Skip to content

Commit

Permalink
Update QrReader.php
Browse files Browse the repository at this point in the history
  • Loading branch information
khanamiryan committed Apr 1, 2018
1 parent e3fa2fa commit 4ff2f14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/QrReader.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public function __construct($imgSource, $sourceType = QrReader::SOURCE_TYPE_FILE
$this->reader = new QRCodeReader();
}

public function decode(): void
public function decode()
{
try {
$this->result = $this->reader->decode($this->bitmap);
Expand Down

0 comments on commit 4ff2f14

Please sign in to comment.