From 59404752f929173c31ec2d139e5d3118b4d013d4 Mon Sep 17 00:00:00 2001 From: Art4 Date: Sat, 14 Dec 2024 14:58:19 +0000 Subject: [PATCH] Change return type --- src/Model/GServer.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Model/GServer.php b/src/Model/GServer.php index c458e379b4..a0c1be7bfc 100644 --- a/src/Model/GServer.php +++ b/src/Model/GServer.php @@ -503,10 +503,10 @@ class GServer * * @param UriInterface $dirtyUri * - * @return string cleaned URI + * @return UriInterface cleaned URI * @throws Exception */ - public static function cleanUri(UriInterface $dirtyUri): string + public static function cleanUri(UriInterface $dirtyUri): UriInterface { return $dirtyUri ->withUserInfo('')