mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-19 06:18:07 +01:00
10 lines
426 B
YAML
10 lines
426 B
YAML
services:
|
|
Rector\Rector\Class_\ClassReplacerRector:
|
|
$oldToNewClasses:
|
|
# 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'
|