@@ -8,7 +8,7 @@ |
||
8 | 8 | use Rector\Php74\Rector\Closure\ClosureToArrowFunctionRector; |
9 | 9 | use Rector\Set\ValueObject\LevelSetList; |
10 | 10 | |
11 | -return static function (RectorConfig $rectorConfig): void { |
|
11 | +return static function(RectorConfig $rectorConfig): void { |
|
12 | 12 | $rectorConfig->paths([ |
13 | 13 | __DIR__ . '/src', |
14 | 14 | __DIR__ . '/tests', |