PATH:
opt
/
cpanel
/
ea-wappspector
/
vendor
/
rector
/
rector
/
vendor
/
rector
/
rector-symfony
/
config
/
sets
/
twig
<?php declare (strict_types=1); namespace RectorPrefix202411; use Rector\Config\RectorConfig; use Rector\Renaming\Rector\Name\RenameClassRector; # @see https://stackoverflow.com/a/43495506/1348344 return RectorConfig::configure()->withConfiguredRule(RenameClassRector::class, ['Twig_Function_Node' => 'Twig_SimpleFunction', 'Twig_Function' => 'Twig_SimpleFunction', 'Twig_Filter' => 'Twig_SimpleFilter', 'Twig_Test' => 'Twig_SimpleTest']);
[-] twig240.php
[edit]
[+]
..
[-] twig112.php
[edit]
[-] twig140.php
[edit]
[-] twig127.php
[edit]
[-] twig134.php
[edit]
[-] twig-underscore-to-namespace.php
[edit]
[-] twig20.php
[edit]