@@ -16,9 +16,9 @@ |
||
16 | 16 | use Rector\Set\ValueObject\LevelSetList; |
17 | 17 | use Rector\Set\ValueObject\SetList; |
18 | 18 | |
19 | -return static function (RectorConfig $rectorConfig): void { |
|
19 | +return static function(RectorConfig $rectorConfig): void { |
|
20 | 20 | $rectorConfig->paths([ |
21 | - __DIR__ . '/src' |
|
21 | + __DIR__.'/src' |
|
22 | 22 | ]); |
23 | 23 | |
24 | 24 | # // get parameters |