8000 Fix return type on Rss::fetch by mattstauffer · Pull Request #15 · Vinelab/RSS · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Fix return type on Rss::fetch #15

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 3, 2020
Merged

Conversation

mattstauffer
Copy link
Contributor

The doc block and return type suggest it's returning an ArticlesCollection but in reality it's returning the output of parse(), which is returning an instance of the FeedInterface, so any usage of this method just returns an exception.

Thanks for the great library!

The doc block and return type suggest it's returning an ArticlesCollection but in reality it's returning the output of `parse()`, which is returning an instance of the `FeedInterface`, so any usage of this method just returns an exception.
8000
@Mulkave Mulkave merged commit adac5fe into Vinelab:master Aug 3, 2020
@Mulkave
Copy link
Member
Mulkave commented Aug 3, 2020

@mattstauffer thanks for pointing that out!

@mattstauffer mattstauffer deleted the patch-1 branch August 3, 2020 14:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0