- Issue created by @andypost
Follow-up to 📌 Upgrade twig/twig to 3.15.0 Active
https://github.com/twigphp/Twig/blob/v3.15.0/CHANGELOG
* Deprecate instantiating `Node` directly. Use `EmptyNode` or `Nodes` instead.
* Deprecate `TempNameExpression` in favor of `LocalVariable`
* Deprecate `NameExpression` in favor of `ContextVariable`
* Deprecate `AssignNameExpression` in favor of `AssignContextVariable`
* Deprecate `MethodCallExpression` in favor of `MacroReferenceExpression`
* Deprecate passing a string or an array to Twig callable arguments accepting arrow functions (pass a `\Closure`)
* Deprecate the `sandbox` tag
File separate child issues for discovered deprecations
Clean-up all usages of deprecated code and file CR with suggested workarounds for contrib
Active
11.0 🔥
theme system