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 96d5f80 commit 2ae8349Copy full SHA for 2ae8349
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