From c7dfcec332cde2d3a9f1fb8e0eb62c1fa71656bc Mon Sep 17 00:00:00 2001 From: Daniel Ziegenberg Date: Mon, 17 Jun 2024 15:33:35 +0200 Subject: [PATCH] [TASK] rector: add php71 rule set Signed-off-by: Daniel Ziegenberg --- config/rector.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/rector.php b/config/rector.php index 3dbdff23..22b72673 100644 --- a/config/rector.php +++ b/config/rector.php @@ -13,7 +13,7 @@ __DIR__ . '/../tests', ] ) - ->withSets([SetList::PHP_70]) + ->withSets([SetList::PHP_71]) ->withRules( [ // AddVoidReturnTypeWhereNoReturnRector::class,