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; return RectorConfig::configure()->withConfiguredRule(RenameClassRector::class, [ #filters # @see https://twig.symfony.com/doc/1.x/deprecated.html 'Twig_SimpleFilter' => 'Twig_Filter', #functions # @see https://twig.symfony.com/doc/1.x/deprecated.html 'Twig_SimpleFunction' => 'Twig_Function', # @see https://github.com/bolt/bolt/pull/6596 'Twig_SimpleTest' => 'Twig_Test', ]);
[-] twig240.php
[edit]
[+]
..
[-] twig112.php
[edit]
[-] twig140.php
[edit]
[-] twig127.php
[edit]
[-] twig134.php
[edit]
[-] twig-underscore-to-namespace.php
[edit]
[-] twig20.php
[edit]