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

Psalm 5.5.0 #10445

Merged
merged 1 commit into from
Jan 23, 2023
Merged

Psalm 5.5.0 #10445

merged 1 commit into from
Jan 23, 2023

Conversation

derrabus
Copy link
Member

With this release, Psalm stops writing occurrences="X" into the baseline which is why I had to regenerate the whole thing. This is going to be fun when merging up! 🥲

@derrabus derrabus added this to the 2.14.2 milestone Jan 23, 2023
@derrabus derrabus requested a review from greg0ire January 23, 2023 11:29
@@ -3,6 +3,8 @@
errorLevel="2"
phpVersion="8.2"
resolveFromConfigFile="true"
findUnusedBaselineEntry="true"
Copy link
Member Author

Choose a reason for hiding this comment

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

I need to set this flag to avoid a deprecation warning. It defaults to false, but I think enabling it will help us keep the baseline clean. 🤞🏻

Copy link
Member

Choose a reason for hiding this comment

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

Yeah, we are the ones (well I) asking for that feature so better use it at some point 😛

@@ -3,6 +3,8 @@
errorLevel="2"
phpVersion="8.2"
resolveFromConfigFile="true"
findUnusedBaselineEntry="true"
findUnusedCode="false"
Copy link
Member Author

Choose a reason for hiding this comment

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

Another flag that needs to be set now. Setting it to true causes a lot of new errors, which is why I'd like to do this in a later PR (if we want to do it at all).

@derrabus derrabus merged commit ed56f42 into doctrine:2.14.x Jan 23, 2023
@derrabus derrabus deleted the bump/psalm branch January 23, 2023 16:33
derrabus added a commit to derrabus/orm that referenced this pull request Jan 26, 2023
* 2.15.x:
  Deprecate undeclared entity inheritance (doctrine#10431)
  Psalm 5.5.0 (doctrine#10445)
derrabus added a commit to derrabus/orm that referenced this pull request Jan 26, 2023
* 2.15.x:
  Deprecate undeclared entity inheritance (doctrine#10431)
  Psalm 5.5.0 (doctrine#10445)
derrabus added a commit to derrabus/orm that referenced this pull request Jan 26, 2023
* 2.15.x:
  Deprecate undeclared entity inheritance (doctrine#10431)
  Psalm 5.5.0 (doctrine#10445)
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