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/fetcher.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'fetcher/fetcher.php') diff --git a/fetcher/fetcher.php b/fetcher/fetcher.php index f14dac0b6..a2ea42626 100644 --- a/fetcher/fetcher.php +++ b/fetcher/fetcher.php @@ -37,7 +37,8 @@ class Fetcher { * @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 + * @return array(\OCA\News\Db\Feed, \OCA\News\Db\Item[]) an array containing + * the new feed and its items */ public function fetch($url, $getFavicon=true){ foreach($this->fetchers as $fetcher){ -- cgit v1.2.3