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 4cd40c9 commit e47a838Copy full SHA for e47a838
lib/Qrcode/Decoder/Version.php
@@ -110,7 +110,7 @@ public static function getProvisionalVersionForDimension($dimension)
110
}
111
try {
112
return self::getVersionForNumber(($dimension - 17) / 4);
113
- } catch (InvalidArgumentException $ignored) {
+ } catch (\InvalidArgumentException $ignored) {
114
throw FormatException::getFormatInstance();
115
116
0 commit comments