Closed francoispluchino closed 8 years ago
Since version 1.27 of Twig, passing a string as the $source argument of Twig_Environment::tokenize() is deprecated. We must pass a Twig_Source instance instead.
Twig_Source
Use in TwigFormulaLoader::load() at line 37.
There's a PR for that, see #819.
I think this issue can be closed thanks to #820.
Thanks to #820.
Since version 1.27 of Twig, passing a string as the $source argument of Twig_Environment::tokenize() is deprecated. We must pass a
Twig_Source
instance instead.Use in TwigFormulaLoader::load() at line 37.