summaryrefslogtreecommitdiffstats
path: root/fetcher/feedfetcher.php
diff options
context:
space:
mode:
Diffstat (limited to 'fetcher/feedfetcher.php')
-rw-r--r--fetcher/feedfetcher.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/fetcher/feedfetcher.php b/fetcher/feedfetcher.php
index 63c33c0ae..feeabb2bb 100644
--- a/fetcher/feedfetcher.php
+++ b/fetcher/feedfetcher.php
@@ -67,8 +67,8 @@ class FeedFetcher implements IFeedFetcher {
* @param boolean $getFavicon if the favicon should also be fetched, defaults
* to true
* @throws FetcherException if simple pie fails
- * @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
*/
public function fetch($url, $getFavicon=true) {
$simplePie = $this->simplePieFactory->getCore();