-
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
Update phan/phan and drenso/phan-extensions to latest #756
Conversation
phan.php
Outdated
@@ -82,6 +82,10 @@ | |||
], | |||
'suppress_issue_types' => [ | |||
'PhanParamSignatureMismatch', | |||
'PhanTypeMismatchReturn', |
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.
Let's not add more suppressions. I would rather make the fixes. If you are unsure on how to create stubs - let me know.
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.
Removed suppressions
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.
See comments.
$accountOwner->setFirstName(null); | ||
$accountOwner->setLastName(null); | ||
$accountOwner->setFirstName(''); | ||
$accountOwner->setLastName(''); |
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.
@olsi-qose is it ok to change from null to empty string here?
Description
Update phan/phan to latest (5.3.0) and drenso/phan-extensions to latest (3.5.1)
Related Issue
Motivation and Context
Keeping dev packages up to date
How Has This Been Tested?
Locally
Documentation:
Checklist: