Skip to content

Commit

Permalink
Update cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Mátyus committed Apr 18, 2024
1 parent 74ad8ca commit da3955a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/EndpointIdentifier.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,4 @@ private function checkVersionFormat(string $version): bool
{
return (preg_match('/^(0|[1-9][0-9]*)(\.(0|[1-9][0-9]*)){0,2}$/', $version) === 1);
}

}

0 comments on commit da3955a

Please sign in to comment.