diff --git a/config/rector.php b/config/rector.php index 22b72673..8c4eef98 100644 --- a/config/rector.php +++ b/config/rector.php @@ -13,7 +13,7 @@ __DIR__ . '/../tests', ] ) - ->withSets([SetList::PHP_71]) + ->withPhpSets() ->withRules( [ // AddVoidReturnTypeWhereNoReturnRector::class,