change rector config: up to php82

This commit is contained in:
Julien Fastré 2023-07-19 23:15:42 +02:00
parent 74ed34ba97
commit 7b637d1287
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB

View File

@ -21,11 +21,11 @@ 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
]); ]);
// chill rules // chill rules
$rectorConfig->rule(\Chill\Utils\Rector\Rector\ChillBundleAddFormDefaultDataOnExportFilterAggregatorRector::class); //$rectorConfig->rule(\Chill\Utils\Rector\Rector\ChillBundleAddFormDefaultDataOnExportFilterAggregatorRector::class);
// skip some path... // skip some path...
$rectorConfig->skip([ $rectorConfig->skip([