X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FUtils%2FUrl.php;h=4396263aacef6319819ebe2e900c6cf79beacc13;hb=39a2630f0e7a413bb744b1b52a9f999f04780c9a;hp=314df438d66204f47a1d489a93162616878bc7ba;hpb=49cfbaed65e6920698d83b57985df1eb228479a2;p=civicrm-core.git diff --git a/CRM/Utils/Url.php b/CRM/Utils/Url.php index 314df438d6..4396263aac 100644 --- a/CRM/Utils/Url.php +++ b/CRM/Utils/Url.php @@ -35,7 +35,7 @@ class CRM_Utils_Url { * * @param string $url * - * @return UriInterface + * @return \GuzzleHttp\Psr7\UriInterface */ public static function parseUrl($url) { return new Uri($url); @@ -44,7 +44,7 @@ class CRM_Utils_Url { /** * Unparse url back to a string. * - * @param UriInterface $parsed + * @param \GuzzleHttp\Psr7\UriInterface $parsed * * @return string */