From f539e54b2e61bef0fb18e93148b3cf784b73e86f Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Sun, 17 Nov 2024 20:07:09 +0100 Subject: [PATCH] [FOLLOWUP] Use the PHP 7.2 language level for Rector Followup to #771 --- config/rector.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/rector.php b/config/rector.php index 4141a011..57c98235 100644 --- a/config/rector.php +++ b/config/rector.php @@ -18,7 +18,7 @@ ->withSets([ // Rector sets - LevelSetList::UP_TO_PHP_73, + LevelSetList::UP_TO_PHP_72, // SetList::CODE_QUALITY, // SetList::CODING_STYLE,