From 4c4202bf36d947e0ae1d7c8b4c85bb0464cf14be Mon Sep 17 00:00:00 2001 From: Peter Date: Tue, 29 Aug 2023 13:06:44 +0200 Subject: [PATCH] Tweak rules for current state --- rector.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/rector.php b/rector.php index 6e86948..77e1811 100644 --- a/rector.php +++ b/rector.php @@ -17,10 +17,9 @@ ]); $rectorConfig->sets([ - LevelSetList::UP_TO_PHP_82, - SetList::CODE_QUALITY, + // LevelSetList::UP_TO_PHP_82, + // SetList::CODE_QUALITY, SetList::DEAD_CODE, - SetList::EARLY_RETURN, SetList::TYPE_DECLARATION, ]); };