summaryrefslogtreecommitdiffstats
path: root/fetcher
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-05-13 00:20:58 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-05-13 00:20:58 +0200
commitda3e9717ba25b4c85312e0f5267b5230d04c7a0d (patch)
tree7872ff2066adb4abf148784359816eeab88ced43 /fetcher
parentac047d9eb64ea7c72ad43d687385b5b8207b448a (diff)
fix doc comments in feedfetcher
Diffstat (limited to 'fetcher')
-rw-r--r--fetcher/feedfetcher.php2
-rw-r--r--fetcher/ifeedfetcher.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/fetcher/feedfetcher.php b/fetcher/feedfetcher.php
index ca9367a95..436a92c70 100644
--- a/fetcher/feedfetcher.php
+++ b/fetcher/feedfetcher.php
@@ -59,7 +59,7 @@ class FeedFetcher implements IFeedFetcher {
/**
* Fetch a feed from remote
- * @param string url remote url of the feed
+ * @param string $url remote url of the feed
* @param boolean $getFavicon if the favicon should also be fetched, defaults
* to true
* @throws FetcherException if simple pie fails
diff --git a/fetcher/ifeedfetcher.php b/fetcher/ifeedfetcher.php
index 9cdde5cdf..d380e9bb3 100644
--- a/fetcher/ifeedfetcher.php
+++ b/fetcher/ifeedfetcher.php
@@ -16,7 +16,7 @@ namespace OCA\News\Fetcher;
interface IFeedFetcher {
/**
- * @param string url remote url of the feed
+ * @param string $url remote url of the feed
* @param boolean $getFavicon if the favicon should also be fetched, defaults
* to true
* @throws FetcherException if the fetcher encounters a problem