diff --git a/rector.php b/rector.php index c34adae..aec4396 100644 --- a/rector.php +++ b/rector.php @@ -13,8 +13,9 @@ ]); $rectorConfig->sets([ - DowngradeLevelSetList::DOWN_TO_PHP_74 + LevelSetList::UP_TO_PHP_74 ]); + $rectorConfig->skip([ 'tests/Application/**' ]);