summaryrefslogtreecommitdiffstats
path: root/fetcher/fetcher.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-10-08 13:38:22 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-10-08 13:38:22 +0200
commit323dab9b9cd4e013d9a806e3169cc5996f5c4c78 (patch)
tree2c474fb2f3fae4124abfc8add8e872d12805524f /fetcher/fetcher.php
parent97ef57e1274b349e6f671eade6badea7954872e3 (diff)
more phpdoc fixing
Diffstat (limited to 'fetcher/fetcher.php')
-rw-r--r--fetcher/fetcher.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/fetcher/fetcher.php b/fetcher/fetcher.php
index 5cd63102d..5d4a0214f 100644
--- a/fetcher/fetcher.php
+++ b/fetcher/fetcher.php
@@ -37,8 +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(\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){
foreach($this->fetchers as $fetcher){