summaryrefslogtreecommitdiffstats
path: root/fetcher/fetcher.php
diff options
context:
space:
mode:
Diffstat (limited to 'fetcher/fetcher.php')
-rw-r--r--fetcher/fetcher.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/fetcher/fetcher.php b/fetcher/fetcher.php
index 4b4c09e1c..ae46d6212 100644
--- a/fetcher/fetcher.php
+++ b/fetcher/fetcher.php
@@ -34,8 +34,8 @@ class Fetcher {
/**
* Fetch a feed from remote
* @param string $url remote url of the feed
- * @param boolean $getFavicon if the favicon should also be fetched, defaults
- * to true
+ * @param boolean $getFavicon if the favicon should also be fetched,
+ * defaults to true
* @throws FetcherException if simple pie fails
* @return array an array containing the new feed and its items, first
* element being the Feed and second element being an array of Items