Skip to content

Commit e47a838

Browse files
xiabeifengremicollet
authored andcommitted
Update Version.php
fix namespace use error.
1 parent 4cd40c9 commit e47a838

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)