Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Vinelab/RSS
Browse files Browse the repository at this point in the history
  • Loading branch information
Mulkave committed Jan 17, 2021
2 parents 852733b + adac5fe commit 6063844
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Vinelab/Rss/Rss.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ public function __construct(XML $xml = null, HttpClient $http = null)
* @param string $url
* @param string $format
*
* @return ArticlesCollection
* @return FeedInterface
*/
public function feed($url, $format = 'xml') : ArticlesCollection
public function feed($url, $format = 'xml') : FeedInterface
{
return $this->parse($this->fetch($url), $format);
}
Expand Down

0 comments on commit 6063844

Please sign in to comment.