Closed damianz5 closed 7 years ago
For php:7.1 (php>=7.0) twig will be installed in version >=2.0, where Twig_Extension_GlobalsInterface should be implemented to use Twig_Extension:getGlobals(). ezpublish-kernel example
Twig_Extension_GlobalsInterface
Twig_Extension:getGlobals()
@Plopix could you review this change? thanks
+1
Thanks @damianz5
Thank you!
For php:7.1 (php>=7.0) twig will be installed in version >=2.0, where
Twig_Extension_GlobalsInterface
should be implemented to useTwig_Extension:getGlobals()
. ezpublish-kernel example