diff --git a/src/values/Url.php b/src/values/Url.php index 66b2af7..9806155 100644 --- a/src/values/Url.php +++ b/src/values/Url.php @@ -28,8 +28,6 @@ public function asString(): string { } /** - * @param string $url - * * @throws InvalidUrlException */ private function ensureUrlIsValid(string $url): void {