@@ -21,7 +21,7 @@ |
||
21 | 21 | use Rector\Set\ValueObject\LevelSetList; |
22 | 22 | use Rector\Set\ValueObject\SetList; |
23 | 23 | |
24 | -return static function (RectorConfig $rectorConfig): void { |
|
24 | +return static function(RectorConfig $rectorConfig): void { |
|
25 | 25 | $basePath = __DIR__.'/../../'; |
26 | 26 | $paths = [ |
27 | 27 | $basePath.'ci', |