1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-03-03 02:37:43 +01:00

Aggiornamento rector.php

This commit is contained in:
Pek5892 2024-05-10 09:27:42 +02:00
parent 527b0c82e5
commit 50e3d73400

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