From 28352aa334687987e1bbecf9d995a12b7a894dc3 Mon Sep 17 00:00:00 2001 From: Arne Blankerts Date: Sun, 3 Mar 2024 13:16:49 +0100 Subject: [PATCH] Run CS Fixer --- src/values/Url.php | 2 -- 1 file changed, 2 deletions(-) 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 {