]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - application/http/UrlUtils.php
namespacing: move HTTP utilities along \Shaarli\Http\ classes
[github/shaarli/Shaarli.git] / application / http / UrlUtils.php
similarity index 95%
rename from application/Url.php
rename to application/http/UrlUtils.php
index 81f72fb06f46fdbccffce0e41bd302b1db45b8cd..4bc84b823d7ce8d3d44dec028facb6ab28610aed 100644 (file)
@@ -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.
  */