mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-24 20:17:58 +00:00
Update QRCode.php
micro change
This commit is contained in:
+1
-1
@@ -323,7 +323,7 @@ class QRCode{
|
||||
$i += 2;
|
||||
}
|
||||
|
||||
return !($i < $len);
|
||||
return $i >= $len;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user