From 7949ab9216b3958c93ea409298d026e1e364b66b Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Tue, 13 May 2014 00:30:06 +0200 Subject: try to fix return type of enhancer and feed fetcher --- fetcher/ifeedfetcher.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'fetcher/ifeedfetcher.php') diff --git a/fetcher/ifeedfetcher.php b/fetcher/ifeedfetcher.php index d380e9bb3..f53257613 100644 --- a/fetcher/ifeedfetcher.php +++ b/fetcher/ifeedfetcher.php @@ -20,9 +20,8 @@ interface IFeedFetcher { * @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 - * into the database + * @return array(\OCA\News\Db\Feed, \OCA\News\Db\Item[]) an array containing + * the new feed and its items */ function fetch($url, $getFavicon=true); -- cgit v1.2.3