summaryrefslogtreecommitdiffstats
path: root/fetcher
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-11-05 11:58:45 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2014-11-05 11:58:45 +0100
commitbba05a12474378e6ed5aa00e37397289574cc514 (patch)
treeab2d47d025f73418d7b50352843912a16e9d1fef /fetcher
parente3bb9e9ac7e2b1c9d901e0949e1f30a1e10525ec (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 d59761b26..6e93e3ecb 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 simple pie fails
+ * @throws FetcherException if 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
*/