Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[ErrorHandler] Reword return type deprecation message#42935
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
[ErrorHandler] Reword return type deprecation message#42935
Uh oh!
There was an error while loading.Please reload this page.
Conversation
This comment has been minimized.
This comment has been minimized.
Uh oh!
There was an error while loading.Please reload this page.
10ea722 to09c84bcComparewouterj commentedSep 8, 2021
Thanks@derrabus. I have no clue where the Psalm errors come from... |
derrabus commentedSep 8, 2021
Apparently, we need to install PhpUnitBridge before running Psalm. 🤔 |
wouterj commentedSep 8, 2021
But it doesn't show up in e.g.#42939 . So it must be that the changes in this PR cause Psalm to fail with these errors? |
Uh oh!
There was an error while loading.Please reload this page.
It is triggered for all classes (not only Symfony-ones), so we cannot beprecise on when it will be added. However, we must do a "call to action" toprepare users for Symfony 6 (and potentially other package releases).
09c84bc tob7d88cfComparenicolas-grekas commentedSep 10, 2021
Thank you@wouterj. |
…r missing return types on 5.3 (chalasr)This PR was merged into the 5.3 branch.Discussion----------[PhpUnitBridge] Fix skipping triggering file override for missing return types on 5.3| Q | A| ------------- | ---| Branch? | 5.3| Bug fix? | yes| New feature? | no| Deprecations? | -| Tickets | -| License | MIT| Doc PR | -#43241 was merged in 5.3 instead of 5.4, but the deprecation notice was reworded on 5.4:#42935.Commits-------c1034dc [PHPUnitBridge] Fix skipping triggering file override on 5.3
…r missing return types on 5.3 (chalasr)This PR was merged into the 5.3 branch.Discussion----------[PhpUnitBridge] Fix skipping triggering file override for missing return types on 5.3| Q | A| ------------- | ---| Branch? | 5.3| Bug fix? | yes| New feature? | no| Deprecations? | -| Tickets | -| License | MIT| Doc PR | -symfony/symfony#43241 was merged in 5.3 instead of 5.4, but the deprecation notice was reworded on 5.4:symfony/symfony#42935.Commits-------c1034dc940 [PHPUnitBridge] Fix skipping triggering file override on 5.3
Uh oh!
There was an error while loading.Please reload this page.
This deprecation is triggered for all classes (not only Symfony-ones), so we cannot be precise on when it will be added. However, we must do a "call to action" to prepare users for Symfony 6 (and potentially other package releases).
I do welcome suggestions for better wordings :) (i.e. is "php return type" clear?)