X-Git-Url: https://git.immae.eu/?p=github%2Fshaarli%2FShaarli.git;a=blobdiff_plain;f=application%2Fhttp%2FUrlUtils.php;fp=application%2FUrl.php;h=4bc84b823d7ce8d3d44dec028facb6ab28610aed;hp=81f72fb06f46fdbccffce0e41bd302b1db45b8cd;hb=51753e403fa69c0ce124ede27d300477e3e799ca;hpb=fb1b182fbf0ee5afed586f77eec84d7a906831ef diff --git a/application/Url.php b/application/http/UrlUtils.php similarity index 95% rename from application/Url.php rename to application/http/UrlUtils.php index 81f72fb0..4bc84b82 100644 --- a/application/Url.php +++ b/application/http/UrlUtils.php @@ -28,7 +28,7 @@ function unparse_url($parsedUrl) /** * Removes undesired query parameters and fragments * - * @param string url Url to be cleaned + * @param string url UrlUtils to be cleaned * * @return string the string representation of this URL after cleanup */ @@ -41,7 +41,7 @@ function cleanup_url($url) /** * Get URL scheme. * - * @param string url Url for which the scheme is requested + * @param string url UrlUtils for which the scheme is requested * * @return mixed the URL scheme or false if none is provided. */