Aggiornamento rector.php

This commit is contained in:
Pek5892 2024-05-10 09:27:42 +02:00
parent 527b0c82e5
commit 50e3d73400
1 changed files with 1 additions and 1 deletions

View File

@ -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,
]);
};