mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-09-13 11:16:34 +00:00
:octocat: QRData: added missing break in provisional version detection
This commit is contained in:
@@ -145,6 +145,7 @@ final class QRData{
|
||||
|
||||
if($length <= $maxBits){
|
||||
$provisionalVersion = $version;
|
||||
break;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user