From 428a2ebc841a58e298782148bbc4cc34faa9eca6 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Sun, 17 Nov 2024 20:28:53 +0100 Subject: [PATCH] [FOLLOWUP] Use the PHP 7.2 language level for Rector (#776) 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,