From 4106bcef5f9b091fb2f2c1a7b8ef57488521a170 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Sat, 22 Jun 2024 00:06:48 +0200 Subject: [PATCH] Do not rename tableAction controller --- rector.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rector.php b/rector.php index 753e9651..34273c2e 100644 --- a/rector.php +++ b/rector.php @@ -9,6 +9,7 @@ use Rector\Doctrine\Set\DoctrineSetList; use Rector\PHPUnit\Set\PHPUnitSetList; use Rector\Set\ValueObject\LevelSetList; use Rector\Set\ValueObject\SetList; +use Rector\Symfony\CodeQuality\Rector\ClassMethod\ActionSuffixRemoverRector; use Rector\Symfony\Set\SymfonySetList; use Rector\TypeDeclaration\Rector\StmtsAwareInterface\DeclareStrictTypesRector; @@ -58,6 +59,8 @@ return static function (RectorConfig $rectorConfig): void { CountArrayToEmptyArrayComparisonRector::class, //Leave our !== null checks alone FlipTypeControlToUseExclusiveTypeRector::class, + //Leave our PartList TableAction alone + ActionSuffixRemoverRector::class, ]); //Do not apply rules to Symfony own files