summaryrefslogtreecommitdiffstats
path: root/fetcher
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-11-05 11:58:59 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2014-11-05 11:58:59 +0100
commit9eca163aa88a36de8c0bee754fba1be996baf523 (patch)
treef125003d5ac7a70a173a82b2a3e075874bdd7f2d /fetcher
parentbba05a12474378e6ed5aa00e37397289574cc514 (diff)
fix doc comment
Diffstat (limited to 'fetcher')
-rw-r--r--fetcher/feedfetcher.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/fetcher/feedfetcher.php b/fetcher/feedfetcher.php
index 6e93e3ecb..f877eb97c 100644
--- a/fetcher/feedfetcher.php
+++ b/fetcher/feedfetcher.php
@@ -67,7 +67,7 @@ class FeedFetcher implements IFeedFetcher {
* @param string $etag an etag from an http header.
* If lastModified matches the http header from the feed
* no results are fetched
- * @throws FetcherException if fails
+ * @throws FetcherException if it fails
* @return array an array containing the new feed and its items, first
* element being the Feed and second element being an array of Items
*/