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 I'm on any form, there is Application DEPREC INFO: [Application] Sep 12 21:01:13 |INFO | DEPREC User Deprecated: Since twig/twig 3.14: The "Twig\Environment::mergeGlobals" method is deprecated.
Symfony version(s) affected
7.1.4
Description
I just do a
composer update
and pass twig/twig to 3.14.0 (from 3.13.0 but not sure).Displaying a new form raise the following deprecated:
I've no call to
mergeGlobals
in my code but found it il the following files:I have no full example, but perhaps this extract could help
My form:
My controller (make use of the form with no Form option):
How to reproduce
Not sure of that because another form template with the same option does'n t raise this deprecated:
Possible Solution
Replace the use of the
mergeGlobals
deprecated Twig method in thetwig-bridge
package? ;-)Additional Context
No response
The text was updated successfully, but these errors were encountered: