Explorar el Código

Update QRCode.php

micro change
Km.Van hace 7 años
padre
commit
1bfc632996
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;
 	}
 
 	/**