From 7f20e2907269501397aede8635ea7ab2da2362d5 Mon Sep 17 00:00:00 2001 From: Julien Rosset Date: Mon, 9 Jan 2023 17:12:31 +0100 Subject: [PATCH] =?UTF-8?q?Fix=20=E2=80=9Cpass=E2=80=9D=20part=20initializ?= =?UTF-8?q?ation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/UrlInfo/UrlInfo.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/UrlInfo/UrlInfo.php b/src/UrlInfo/UrlInfo.php index e3ced2b..f036650 100644 --- a/src/UrlInfo/UrlInfo.php +++ b/src/UrlInfo/UrlInfo.php @@ -56,6 +56,7 @@ class UrlInfo { $this->setHost(); $this->setPort(); $this->setUser(); + $this->setPass(); $this->setPathParts(); $this->setArguments(); $this->setAnchor();