Skip to content

Commit 4ff2f14

Browse files
authored
Update QrReader.php
1 parent e3fa2fa commit 4ff2f14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/QrReader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public function __construct($imgSource, $sourceType = QrReader::SOURCE_TYPE_FILE
7474
$this->reader = new QRCodeReader();
7575
}
7676

77-
public function decode(): void
77+
public function decode()
7878
{
7979
try {
8080
$this->result = $this->reader->decode($this->bitmap);

0 commit comments

Comments
 (0)