🚿 phan happy

This commit is contained in:
codemasher
2020-03-03 09:23:40 +01:00
parent b5a7f903b1
commit a8422eea4d
+1 -1
View File
@@ -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){