Skip to content

Commit

Permalink
Update Version.php
Browse files Browse the repository at this point in the history
  • Loading branch information
z4kn4fein committed Apr 1, 2024
1 parent 9e3303a commit aa964fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ public static function parseOrNull(string $versionString, bool $strict = true):
{
try {
return self::parse($versionString, $strict);
} catch (Exception $exception) {
} catch (Exception) {
return null;
}
}
Expand Down

0 comments on commit aa964fd

Please sign in to comment.