diff --git a/rector.php b/rector.php index 85a07016..1195154f 100644 --- a/rector.php +++ b/rector.php @@ -91,7 +91,6 @@ SetList::PHP_74, SetList::PHP_80, SetList::PHP_81, - SetList::RECTOR_CONFIG, ]); $rectorConfig->paths([__DIR__ . '/src', __DIR__ . '/tests', __DIR__ . '/ecs.php', __DIR__ . '/rector.php']); $rectorConfig->phpVersion(PhpVersion::PHP_80);