]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - application/bookmark/LinkUtils.php
namespacing: move LinkUtils along \Shaarli\Bookmark classes
[github/shaarli/Shaarli.git] / application / bookmark / LinkUtils.php
similarity index 97%
rename from application/LinkUtils.php
rename to application/bookmark/LinkUtils.php
index b5110edc490b645fdd124f760fa50e91caf7496d..de5b61cbcaf6e8467d57eb9c49aa009d0a832754 100644 (file)
@@ -7,7 +7,7 @@ use Shaarli\Bookmark\LinkDB;
  *
  * @param string $charset     to extract from the downloaded page (reference)
  * @param string $title       to extract from the downloaded page (reference)
- * @param string $curlGetInfo Optionnaly overrides curl_getinfo function
+ * @param string $curlGetInfo Optionally overrides curl_getinfo function
  *
  * @return Closure
  */
@@ -198,7 +198,7 @@ function space2nbsp($text)
  *
  * @param string $description shaare's description.
  * @param string $redirector  if a redirector is set, use it to gerenate links.
- * @param bool   $urlEncode  Use `urlencode()` on the URL after the redirector or not.
+ * @param bool   $urlEncode   Use `urlencode()` on the URL after the redirector or not.
  * @param string $indexUrl    URL to Shaarli's index.
 
  * @return string formatted description.