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

Upgrade to psalm 5 #2504

Merged
merged 5 commits into from
Feb 25, 2023
Merged

Upgrade to psalm 5 #2504

merged 5 commits into from
Feb 25, 2023

Conversation

franmomu
Copy link
Contributor

@franmomu franmomu commented Feb 19, 2023

Q A
Type Task
BC Break no
Fixed issues

Summary

This PR upgrades to psalm 5, when doing that, it showed some issues, these are the most common ones:

this also will allow to install phpunit 10

@franmomu franmomu added the Task label Feb 19, 2023
@franmomu franmomu added this to the 2.5.0 milestone Feb 19, 2023
Copy link
Member

@alcaeus alcaeus left a comment

Choose a reason for hiding this comment

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

LGTM, psalm 5.7 can be deferred until later.

composer.json Outdated
@@ -47,7 +47,7 @@
"phpunit/phpunit": "^9.5.5",
"squizlabs/php_codesniffer": "^3.5",
"symfony/cache": "^4.4 || ^5.0 || ^6.0",
"vimeo/psalm": "^4.30.0"
"vimeo/psalm": "^5.6.0"
Copy link
Member

Choose a reason for hiding this comment

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

5.7 was released :D

Suggested change
"vimeo/psalm": "^5.6.0"
"vimeo/psalm": "^5.7.0"

@franmomu franmomu merged commit fe872a2 into doctrine:2.5.x Feb 25, 2023
@franmomu franmomu deleted the upgrade_psalm_5 branch February 25, 2023 09:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants