You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a deprecation is thrown inside your very src/, you want it to always make your CI fail, don't you?
I propose to update the behavior of the SYMFONY_DEPRECATIONS_HELPER=123456 mode to make it mean:
make the CI fail if vendors throw more than 123456 deprecations (and make it always fail if any deprecations are thrown by my src/.)
This would be a more powerful alternative to weak_vendor , which could be deprecated.