-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Bump Psalm to 5.0.0 and fix errors for Symfony 6.2 #10261
Conversation
The breaking test seems to have to do with |
It looks as if Line 69 in 65da1fe
100 was used instead.
|
This is the commit that breaks the test according to git bisect: symfony/console@5edfa27 Full PR at symfony/symfony#45318 |
That setting still is ignored: If I set it to |
Must be a red herring, let's try the solution mentioned here: https://github.com/symfony/symfony-docs/pull/16476/files |
That PR was closed in favor of symfony/symfony#47062 |
I don't think we can access the output wrapper form the test, so maybe let's just drop this |
Yes, that's what I did now. |
* 2.13.x: Bump Psalm to 5.0.0 and fix errors for Symfony 6.2 (doctrine#10261) Leverage Lexer's Token type (follow up)
* 2.14.x: Bump Psalm to 5.0.0 and fix errors for Symfony 6.2 (doctrine#10261) Make use statements redundant Leverage Lexer's Token type (follow up)
The Symfony 6.2 release breaks our static analysis once again. This PR should fix the issue.