瀏覽代碼

Update QRCode.php

micro change
Km.Van 7 年之前
父節點
當前提交
1bfc632996
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;
 	}
 
 	/**