mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-30 20:17:17 +00:00
:octocat:
This commit is contained in:
@@ -264,7 +264,7 @@ abstract class QRDataAbstract implements QRDataInterface{
|
|||||||
$data = \array_fill(0, $totalCodeCount, null);
|
$data = \array_fill(0, $totalCodeCount, null);
|
||||||
$index = 0;
|
$index = 0;
|
||||||
|
|
||||||
$mask = function($arr, $count) use (&$data, &$index, $rsCount){
|
$mask = function(array $arr, int $count) use (&$data, &$index, $rsCount){
|
||||||
for($x = 0; $x < $count; $x++){
|
for($x = 0; $x < $count; $x++){
|
||||||
for($y = 0; $y < $rsCount; $y++){
|
for($y = 0; $y < $rsCount; $y++){
|
||||||
if($x < \count($arr[$y])){
|
if($x < \count($arr[$y])){
|
||||||
|
|||||||
Reference in New Issue
Block a user