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