diff --git a/src/EndpointIdentifier.php b/src/EndpointIdentifier.php index 7a6c26d..ab26c60 100644 --- a/src/EndpointIdentifier.php +++ b/src/EndpointIdentifier.php @@ -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); } - }