You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thirdparty/vendor/khanamiryan/qrcode-detector-decoder/lib common/BitMatrix.php and qrcode/decoder/DecodedBitStreamParser.php syntax errors in v4.2-r1 (2023051200)
#44
These syntax errors are in v4.2-r1 (2023051200), apologies if these have already been fixed in a newer build. They both state unexpected token '{'
thirdparty/vendor/khanamiryan/qrcode-detector-decoder/lib/common/BitMatrix.php shows a syntax error on line 37, and 38 is correct:
if ($stringRepresentation{$pos} == '\n' ||
$stringRepresentation->{$pos} == '\r') {
thirdparty/vendor/khanamiryan/qrcode-detector-decoder/lib/qrcode/decoder/DecodedBitStreamParser.php shows a syntax error on line 285, but 286 is correct:
if ($result{$i} == '%') {
if ($i < strlen($result) - 1 && $result{$i + 1} == '%') {
The text was updated successfully, but these errors were encountered:
These syntax errors are in v4.2-r1 (2023051200), apologies if these have already been fixed in a newer build. They both state unexpected token '{'
thirdparty/vendor/khanamiryan/qrcode-detector-decoder/lib/common/BitMatrix.php shows a syntax error on line 37, and 38 is correct:
thirdparty/vendor/khanamiryan/qrcode-detector-decoder/lib/qrcode/decoder/DecodedBitStreamParser.php shows a syntax error on line 285, but 286 is correct:
The text was updated successfully, but these errors were encountered: