Skip to content

Commit

Permalink
Merge pull request #72 from xiabeifeng/patch-5
Browse files Browse the repository at this point in the history
Update Version.php
  • Loading branch information
khanamiryan committed Jul 5, 2019
2 parents 4cd40c9 + 0141076 commit 2660744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Qrcode/Decoder/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public static function getProvisionalVersionForDimension($dimension)
}
try {
return self::getVersionForNumber(($dimension - 17) / 4);
} catch (InvalidArgumentException $ignored) {
} catch (\InvalidArgumentException $ignored) {
throw FormatException::getFormatInstance();
}
}
Expand Down

0 comments on commit 2660744

Please sign in to comment.