Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[PhpUnitBridge] Fix language deprecations incorrectly marked as direct#48122
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
Uh oh!
There was an error while loading.Please reload this page.
Conversation
carsonbot commentedNov 6, 2022
Hey! Thanks for your PR. You are targeting branch "6.2" but it seems your PR description refers to branch "4.4". Cheers! Carsonbot |
c874e8e todfac00aComparecarsonbot commentedNov 7, 2022
Hey! I think@michaelKaefer has recently worked with this code. Maybe they can help review this? Cheers! Carsonbot |
src/Symfony/Bridge/PhpUnit/DeprecationErrorHandler/Deprecation.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
dfac00a to481a8c7Comparefabpot commentedNov 11, 2022
Thank you@wouterj. |
Uh oh!
There was an error while loading.Please reload this page.
When using a vendor class that has a language deprecation (e.g. missing
__serializemethods), these deprecations were incorrectly considered "direct".