From 50e3d73400ea26bf3156ae89767cb879c183f1ee Mon Sep 17 00:00:00 2001 From: Pek5892 Date: Fri, 10 May 2024 09:27:42 +0200 Subject: [PATCH] Aggiornamento rector.php --- rector.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rector.php b/rector.php index a5dd10cb8..7fdb3c5d9 100644 --- a/rector.php +++ b/rector.php @@ -24,6 +24,6 @@ return static function (RectorConfig $rectorConfig): void { // define sets of rules $rectorConfig->sets([ - LevelSetList::UP_TO_PHP_81, + LevelSetList::UP_TO_PHP_83, ]); };