Skip to content

Commit

Permalink
Update Version.php
Browse files Browse the repository at this point in the history
fix namespace use error.
  • Loading branch information
xiabeifeng authored Jul 1, 2019
1 parent a75482d commit 0141076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Qrcode/Decoder/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public static function getProvisionalVersionForDimension($dimension)
}
try {
return self::getVersionForNumber(($dimension - 17) / 4);
} catch (InvalidArgumentException $ignored) {
} catch (\InvalidArgumentException $ignored) {
throw FormatException::getFormatInstance();
}
}
Expand Down

0 comments on commit 0141076

Please sign in to comment.