php style fixer

This commit is contained in:
2024-02-12 14:37:54 +01:00
parent db6408926b
commit 82667a1c0f
871 changed files with 2795 additions and 1567 deletions

View File

@@ -10,5 +10,5 @@ declare(strict_types=1);
*/
return static function (Rector\Config\RectorConfig $rectorConfig): void {
$rectorConfig->rule(\Chill\Utils\Rector\Rector\ChillBundleAddFormDefaultDataOnExportFilterAggregatorRector::class);
$rectorConfig->rule(Chill\Utils\Rector\Rector\ChillBundleAddFormDefaultDataOnExportFilterAggregatorRector::class);
};