We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3fa2fa commit 4ff2f14Copy full SHA for 4ff2f14
lib/QrReader.php
@@ -74,7 +74,7 @@ public function __construct($imgSource, $sourceType = QrReader::SOURCE_TYPE_FILE
74
$this->reader = new QRCodeReader();
75
}
76
77
- public function decode(): void
+ public function decode()
78
{
79
try {
80
$this->result = $this->reader->decode($this->bitmap);
0 commit comments