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
minor kriswallsmith#791 Avoid using Twig_Environment::getFunction to identify Assetic functions (stof)
This PR was merged into the 1.4-dev branch.
Discussion
----------
Avoid using Twig_Environment::getFunction to identify Assetic functions
As of Assetic 1.3.0, the Twig functions are using a special node class, which can be used to identify them instead.
The `getFunction` method is intended to be marked as an internal one in twigphp/Twig#1889
Commits
-------
39b99e8 Avoid using Twig_Environment::getFunction to identify Assetic functions
0 commit comments