Skip to content

Commit 0141076

Browse files
authored
Update Version.php
fix namespace use error.
1 parent a75482d commit 0141076

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)