From 323dab9b9cd4e013d9a806e3169cc5996f5c4c78 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Wed, 8 Oct 2014 13:38:22 +0200 Subject: more phpdoc fixing --- fetcher/ifeedfetcher.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fetcher/ifeedfetcher.php') diff --git a/fetcher/ifeedfetcher.php b/fetcher/ifeedfetcher.php index f53257613..10d0a9af6 100644 --- a/fetcher/ifeedfetcher.php +++ b/fetcher/ifeedfetcher.php @@ -20,8 +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(\OCA\News\Db\Feed, \OCA\News\Db\Item[]) an array containing - * the new feed and its items + * @return array an array containing the new feed and its items, first + * element being the Feed and second element being an array of Items */ function fetch($url, $getFavicon=true); -- cgit v1.2.3