kriswallsmith / assetic

Asset Management for PHP
MIT License
3.75k stars 555 forks source link

[Twig] Passing a string as the $source argument of Twig_Environment::tokenize() is deprecated #818

Closed francoispluchino closed 8 years ago

francoispluchino commented 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.

Use in TwigFormulaLoader::load() at line 37.

hvt commented 8 years ago

There's a PR for that, see #819.

zapashcanon commented 8 years ago

I think this issue can be closed thanks to #820.

francoispluchino commented 8 years ago

Thanks to #820.