@@ -5,7 +5,7 @@ discard block |
||
5 | 5 | use Rector\Set\ValueObject\SetList; |
6 | 6 | use Rector\Set\ValueObject\LevelSetList; |
7 | 7 | |
8 | -return static function (RectorConfig $rectorConfig): void { |
|
8 | +return static function(RectorConfig $rectorConfig): void { |
|
9 | 9 | $rectorConfig->sets([ |
10 | 10 | SetList::CODE_QUALITY, |
11 | 11 | SetList::NAMING, |
@@ -14,7 +14,7 @@ discard block |
||
14 | 14 | SetList::CODING_STYLE |
15 | 15 | ]); |
16 | 16 | |
17 | - $rectorConfig->paths([__DIR__ . '/config', __DIR__ . '/src', __DIR__ . '/test', __DIR__ . '/rector.php']); |
|
17 | + $rectorConfig->paths([__DIR__.'/config', __DIR__.'/src', __DIR__.'/test', __DIR__.'/rector.php']); |
|
18 | 18 | $rectorConfig->importNames(); |
19 | 19 | |
20 | 20 | $rectorConfig->skip([ |