@@ -6,13 +6,13 @@ |
||
| 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 | - __DIR__ . '/core' |
|
| 11 | + __DIR__.'/core' |
|
| 12 | 12 | ]); |
| 13 | 13 | |
| 14 | 14 | $rectorConfig->skip([ |
| 15 | - __DIR__ . '/core/*/vendor/**/*', |
|
| 15 | + __DIR__.'/core/*/vendor/**/*', |
|
| 16 | 16 | ]); |
| 17 | 17 | |
| 18 | 18 | // register a single rule |