We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4cd40c9 + 0141076 commit 2660744Copy full SHA for 2660744
1 file changed
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