Browse Source

Update QRCode.php

micro change
Km.Van 7 years ago
parent
commit
1bfc632996
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/QRCode.php

+ 1 - 1
src/QRCode.php

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