diff options
Diffstat (limited to 'application')
-rw-r--r-- | application/bookmark/LinkUtils.php (renamed from application/LinkUtils.php) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/application/LinkUtils.php b/application/bookmark/LinkUtils.php index b5110edc..de5b61cb 100644 --- a/application/LinkUtils.php +++ b/application/bookmark/LinkUtils.php | |||
@@ -7,7 +7,7 @@ use Shaarli\Bookmark\LinkDB; | |||
7 | * | 7 | * |
8 | * @param string $charset to extract from the downloaded page (reference) | 8 | * @param string $charset to extract from the downloaded page (reference) |
9 | * @param string $title to extract from the downloaded page (reference) | 9 | * @param string $title to extract from the downloaded page (reference) |
10 | * @param string $curlGetInfo Optionnaly overrides curl_getinfo function | 10 | * @param string $curlGetInfo Optionally overrides curl_getinfo function |
11 | * | 11 | * |
12 | * @return Closure | 12 | * @return Closure |
13 | */ | 13 | */ |
@@ -198,7 +198,7 @@ function space2nbsp($text) | |||
198 | * | 198 | * |
199 | * @param string $description shaare's description. | 199 | * @param string $description shaare's description. |
200 | * @param string $redirector if a redirector is set, use it to gerenate links. | 200 | * @param string $redirector if a redirector is set, use it to gerenate links. |
201 | * @param bool $urlEncode Use `urlencode()` on the URL after the redirector or not. | 201 | * @param bool $urlEncode Use `urlencode()` on the URL after the redirector or not. |
202 | * @param string $indexUrl URL to Shaarli's index. | 202 | * @param string $indexUrl URL to Shaarli's index. |
203 | 203 | ||
204 | * @return string formatted description. | 204 | * @return string formatted description. |