X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FUtils%2FUrl.php;h=51340c3f723159843053f720f4ac01fd27236649;hb=73eef1d5f634decc9c241eebb7053d3630f7a199;hp=1b73c1dc7e3cef38f4fcfb5530444f36e728949f;hpb=8de7047a8762a15823f6bd10b94447d3d83937e2;p=civicrm-core.git diff --git a/CRM/Utils/Url.php b/CRM/Utils/Url.php index 1b73c1dc7e..51340c3f72 100644 --- a/CRM/Utils/Url.php +++ b/CRM/Utils/Url.php @@ -19,7 +19,7 @@ class CRM_Utils_Url { * * @param string $url * - * @return \GuzzleHttp\Psr7\UriInterface + * @return \Psr\Http\Message\UriInterface */ public static function parseUrl($url) { return new Uri($url); @@ -28,7 +28,7 @@ class CRM_Utils_Url { /** * Unparse url back to a string. * - * @param \GuzzleHttp\Psr7\UriInterface $parsed + * @param \Psr\Http\Message\UriInterface $parsed * * @return string */