mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-25 02:47:52 +00:00
+1
-1
@@ -323,7 +323,7 @@ class QRCode{
|
||||
$i += 2;
|
||||
}
|
||||
|
||||
return !($i < $len);
|
||||
return $i >= $len;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user