summaryrefslogtreecommitdiffstats
path: root/utility/faviconfetcher.php
diff options
context:
space:
mode:
Diffstat (limited to 'utility/faviconfetcher.php')
-rw-r--r--utility/faviconfetcher.php10
1 files changed, 6 insertions, 4 deletions
diff --git a/utility/faviconfetcher.php b/utility/faviconfetcher.php
index 96205a088..88a1af317 100644
--- a/utility/faviconfetcher.php
+++ b/utility/faviconfetcher.php
@@ -30,10 +30,12 @@ class FaviconFetcher {
}
- /**
- * Fetches a favicon from a given URL
- * @param string|null $url the url where to fetch it from
- */
+ /**
+ * Fetches a favicon from a given URL
+ *
+ * @param string|null $url the url where to fetch it from
+ * @return null|string
+ */
public function fetch($url) {
try {
$url = $this->buildURL($url);