khanamiryan / php-qrcode-detector-decoder

This is a PHP library to detect and decode QR-codes. This is first and only QR code reader that works without extensions.
Apache License 2.0
1.37k stars 325 forks source link

exception 'yii\base\ErrorException' #36

Open yaroslavolekh opened 6 years ago

yaroslavolekh commented 6 years ago

exception 'yii\base\ErrorException' with message 'syntax error, unexpected ':', expecting ';' or '{'' in /vendor/khanamiryan/qrcode-detector-decoder/lib/QrReader.php:77 Stack trace: #0 [internal function]: yii\base\ErrorHandler->handleFatalError() #1 {main}

oxanatinko commented 6 years ago
-public function decode(): void
+public function decode()

This should fix it.