Selaa lähdekoodia

Update QRCode.php

micro change
Km.Van 7 vuotta sitten
vanhempi
commit
1bfc632996
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/QRCode.php

+ 1 - 1
src/QRCode.php

@@ -323,7 +323,7 @@ class QRCode{
 			$i += 2;
 		}
 
-		return !($i < $len);
+		return $i >= $len;
 	}
 
 	/**