rector/config/level/twig/twig20.yml
2018-10-06 09:26:35 +08:00

9 lines
376 B
YAML

services:
Rector\Rector\Class_\ClassReplacerRector:
# 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'