DX: configure rector up to php82

This commit is contained in:
Julien Fastré 2023-05-01 21:39:27 +02:00
parent 737f5f9275
commit 81e8928344
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB

View File

@ -21,7 +21,7 @@ return static function (RectorConfig $rectorConfig): void {
//define sets of rules //define sets of rules
$rectorConfig->sets([ $rectorConfig->sets([
LevelSetList::UP_TO_PHP_80 LevelSetList::UP_TO_PHP_82
]); ]);
// skip some path... // skip some path...