Skip to content

Commit 2660744

Browse files
authored
Merge pull request #72 from xiabeifeng/patch-5
Update Version.php
2 parents 4cd40c9 + 0141076 commit 2660744

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Qrcode/Decoder/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public static function getProvisionalVersionForDimension($dimension)
110110
}
111111
try {
112112
return self::getVersionForNumber(($dimension - 17) / 4);
113-
} catch (InvalidArgumentException $ignored) {
113+
} catch (\InvalidArgumentException $ignored) {
114114
throw FormatException::getFormatInstance();
115115
}
116116
}

0 commit comments

Comments
 (0)