From d3597a3413e2d2d0a21d7fdfa4bae36ff4402473 Mon Sep 17 00:00:00 2001 From: Abdul Malik Ikhsan Date: Wed, 26 Aug 2026 21:06:28 +0700 Subject: [PATCH] chore: clean up rector skip config --- rector.php | 6 ------ 1 file changed, 6 deletions(-) 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,