diff --git a/rector.php b/rector.php index 3b1c9757..ae8d7c68 100644 --- a/rector.php +++ b/rector.php @@ -3,14 +3,8 @@ declare(strict_types=1); use Rector\Config\RectorConfig; -use Rector\Naming\Rector\Foreach_\RenameForeachValueVariableToMatchExprVariableRector; return RectorConfig::configure() - ->withSkip([ - RenameForeachValueVariableToMatchExprVariableRector::class => [ - __DIR__ . '/src/Analyser/Analyser.php', - ], - ]) ->withPhpSets(php82: true) ->withPreparedSets( codeQuality: true,