Browse Source

Merge pull request #14 from kmvan/patch-1

Update QRCode.php
smiley 7 năm trước cách đây
mục cha
commit
e5d6470f3e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;
 	}
 	}
 
 
 	/**
 	/**