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
bug #60303 [Validator] use deprecation catching error handler only when parsing Twig templates (xabbuh)
This PR was merged into the 7.3 branch.
Discussion
----------
[Validator] use deprecation catching error handler only when parsing Twig templates
| Q | A
| ------------- | ---
| Branch? | 7.3
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Issues |
| License | MIT
IMO an error handler catching deprecations should not step in when other code not related to the Twig templates triggers deprecations. I'd argue that we should check our lint commands as well instead.
Commits
-------
ea5767d use deprecation catching error handler only when parsing Twig templates
0 commit comments