-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
Fixes 32 - Method getDateModified of RSS reader doesn't iterate over different formats #33
Conversation
froschdesign
commented
Dec 20, 2020
Q | A |
---|---|
Bugfix | yes |
ff28d69
to
5fa4df7
Compare
…different formats Signed-off-by: Frank Brückner <dev@froschdesignstudio.de>
5fa4df7
to
fe4b481
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes look reasonable to me. Please check the Psalm output, though, as you'll either need to correct some new issues, or add to the baseline:
Yes, there are massive problems with many bugs. But these are old problems and not related to this pull request. No new problems are introduced with this PR. Pslam reports the following problem for example:
https://travis-ci.com/github/laminas/laminas-feed/jobs/464005564#L881-L882 But the problem is not the redundant cast, the problem is the related DocBlock: laminas-feed/src/Reader/Feed/FeedInterface.php Lines 26 to 31 in db2d647
It's not a array it's a collection or laminas-feed/src/Reader/Collection/Author.php Lines 11 to 27 in db2d647
laminas-feed/src/Reader/Feed/Rss.php Lines 124 to 126 in db2d647
|
There is a separate issue report for the wrong DocBlocks: #30 |
Signed-off-by: Matthew Weier O'Phinney <matthew@weierophinney.net>