We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I'm facing this error when i deployed my project to server.
syntax error, unexpected fully qualified name "\Zxing\BinaryBitmap", expecting variable
It was working fine on local. PHP version i'm using is 8.1
VENDORPATH/khanamiryan/qrcode-detector-decoder/lib/QrReader.php at line 14 namespace Zxing; use Zxing\Common\HybridBinarizer; use Zxing\Qrcode\QRCodeReader; final class QrReader { public const SOURCE_TYPE_FILE = 'file'; public const SOURCE_TYPE_BLOB = 'blob'; public const SOURCE_TYPE_RESOURCE = 'resource'; private readonly \Zxing\BinaryBitmap $bitmap; private readonly \Zxing\Qrcode\QRCodeReader $reader; private \Zxing\Result|bool|null $result = null;
VENDORPATH/khanamiryan/qrcode-detector-decoder/lib/QrReader.php at line 14
namespace Zxing;
use Zxing\Common\HybridBinarizer; use Zxing\Qrcode\QRCodeReader;
final class QrReader { public const SOURCE_TYPE_FILE = 'file'; public const SOURCE_TYPE_BLOB = 'blob'; public const SOURCE_TYPE_RESOURCE = 'resource';
private readonly \Zxing\BinaryBitmap $bitmap; private readonly \Zxing\Qrcode\QRCodeReader $reader; private \Zxing\Result|bool|null $result = null;
The text was updated successfully, but these errors were encountered:
Hi im on the same issue, how do you solve this? thanks
Sorry, something went wrong.
fully qualified name "\Zxing\BinaryBitmap", expecting variable in
php-qrcode-detector-decoder-master/lib/QrReader.php on line 24
I simply didn't use this. Ended up using a javascript alternative.
Do you know why this issue is coming?
No branches or pull requests
Hi, I'm facing this error when i deployed my project to server.
It was working fine on local.
PHP version i'm using is 8.1
The text was updated successfully, but these errors were encountered: