This commit is contained in:
Bernhard Posselt 2014-11-05 11:58:59 +01:00
Родитель bba05a1247
Коммит 9eca163aa8
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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
*/