fix doc comments in feedfetcher

This commit is contained in:
Bernhard Posselt 2014-05-13 00:21:29 +02:00
Родитель da3e9717ba
Коммит bb88dd5d7b
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -33,7 +33,7 @@ class Fetcher {
/** /**
* Fetch a feed from remote * 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 * @param boolean $getFavicon if the favicon should also be fetched, defaults
* to true * to true
* @throws FetcherException if simple pie fails * @throws FetcherException if simple pie fails