mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-09-01 13:08:14 +00:00
🚿 phan happy
This commit is contained in:
@@ -224,7 +224,7 @@ abstract class QRDataAbstract implements QRDataInterface{
|
||||
|
||||
$rsBlocks = array_fill(0, $l1, [$b1, $b2]);
|
||||
$rsCount = $l1 + $l2;
|
||||
$this->ecdata = array_fill(0, $rsCount, null);
|
||||
$this->ecdata = array_fill(0, $rsCount, []);
|
||||
$this->dcdata = $this->ecdata;
|
||||
|
||||
if($l2 > 0){
|
||||
|
||||
Reference in New Issue
Block a user