Skip to content
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

Merged
merged 10 commits into from
Nov 26, 2021

Conversation

dairbuirabass
Copy link
Contributor

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:

  • My code follows the code style of this project.
  • I have updated the documentation accordingly.
  • All new and existing tests passed.
  • I have assigned the correct milestone or created one if non-existent.
  • I have correctly labeled this pull request.
  • I have linked the corresponding issue in this description.
  • I have updated the corresponding Jira ticket.
  • I have requested a review from at least 2 reviewers
  • I have checked the base branch of this pull request
  • I have checked my code for any possible security vulnerabilities

phan.php Outdated
@@ -82,6 +82,10 @@
],
'suppress_issue_types' => [
'PhanParamSignatureMismatch',
'PhanTypeMismatchReturn',
Copy link
Contributor

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.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed suppressions

Copy link
Contributor

@mridang mridang left a 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('');
Copy link
Contributor Author

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?

@dairbuirabass dairbuirabass merged commit f2a9fe4 into develop Nov 26, 2021
@dairbuirabass dairbuirabass deleted the feature/bump-phan branch November 26, 2021 09:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants