-
Notifications
You must be signed in to change notification settings - Fork 4
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
Fix return type error #205
Conversation
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.
Looks good to me, thanks!
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.
Oh, I think there is one projects check missing but I cannot highlight it. In line 526 of includes/class-wporg-notifications.php
I think since we already checked if the $original has a value then a project must exist. However, if a project doesn't exist then this line will return false. |
Yes but in the if above we'll try to access a property on null. |
Thank you! |
Fixes #204