@@ -5,10 +5,10 @@ |
||
5 | 5 | use Rector\Config\RectorConfig; |
6 | 6 | use Rector\Set\ValueObject\SetList; |
7 | 7 | |
8 | -return static function (RectorConfig $rectorConfig): void { |
|
8 | +return static function(RectorConfig $rectorConfig): void { |
|
9 | 9 | $rectorConfig->paths([ |
10 | - __DIR__ . '/src', |
|
11 | - __DIR__ . '/tests', |
|
10 | + __DIR__.'/src', |
|
11 | + __DIR__.'/tests', |
|
12 | 12 | ]); |
13 | 13 | |
14 | 14 | $rectorConfig->sets([ |