We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5039e27 + 2ae8349 commit dd51bcdCopy full SHA for dd51bcd
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