From 541318cb81710ef080b30cc790681ace773c11ac Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Mon, 12 May 2014 23:05:43 +0200 Subject: more fixes --- fetcher/ifeedfetcher.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'fetcher/ifeedfetcher.php') diff --git a/fetcher/ifeedfetcher.php b/fetcher/ifeedfetcher.php index 9bfb4957d..9cdde5cdf 100644 --- a/fetcher/ifeedfetcher.php +++ b/fetcher/ifeedfetcher.php @@ -16,8 +16,9 @@ namespace OCA\News\Fetcher; interface IFeedFetcher { /** - * @param string url the url that the user entered in the add feed dialog - * box + * @param string url remote url of the feed + * @param boolean $getFavicon if the favicon should also be fetched, defaults + * to true * @throws FetcherException if the fetcher encounters a problem * @return array with the first element being the feed and the * second element being an array of items. Those items will be saved into -- cgit v1.2.3