rector/config/set/twig/twig20.yaml
2019-09-23 17:41:47 +02:00

9 lines
383 B
YAML

services:
Rector\Renaming\Rector\Class_\RenameClassRector:
# see https://twig.symfony.com/doc/1.x/deprecated.html#filters
Twig_SimpleFilter: 'Twig_Filter'
# see https://twig.symfony.com/doc/1.x/deprecated.html#functions
Twig_SimpleFunction: 'Twig_Function'
# see https://github.com/bolt/bolt/pull/6596
Twig_SimpleTest: 'Twig_Test'