change chill rule namespace

This commit is contained in:
Julien Fastré 2023-06-05 17:54:25 +02:00
parent 1a03718014
commit a28740c46c
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB

View File

@ -24,6 +24,9 @@ return static function (RectorConfig $rectorConfig): void {
LevelSetList::UP_TO_PHP_74 LevelSetList::UP_TO_PHP_74
]); ]);
// chill rules
$rectorConfig->rule(\Chill\Utils\Rector\Rector\ChillBundleAddFormDefaultDataOnExportFilterAggregatorRector::class);
// skip some path... // skip some path...
$rectorConfig->skip([ $rectorConfig->skip([
// make rector stuck for some files // make rector stuck for some files