mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-25 04:03:55 +01:00
9 lines
383 B
YAML
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'
|