summaryrefslogtreecommitdiffstats
path: root/fetcher
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-05-13 00:21:29 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-05-13 00:21:29 +0200
commitbb88dd5d7becb42830a052ca8efee9103c722081 (patch)
tree88297a807d3eb2302a037792c4ff2f3c52214c14 /fetcher
parentda3e9717ba25b4c85312e0f5267b5230d04c7a0d (diff)
fix doc comments in feedfetcher
Diffstat (limited to 'fetcher')
-rw-r--r--fetcher/fetcher.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/fetcher/fetcher.php b/fetcher/fetcher.php
index 50017b7a5..f14dac0b6 100644
--- a/fetcher/fetcher.php
+++ b/fetcher/fetcher.php
@@ -33,7 +33,7 @@ class Fetcher {
/**
* 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