@@ -9,13 +9,13 @@ |
||
| 9 | 9 | use Rector\Set\ValueObject\LevelSetList; |
| 10 | 10 | |
| 11 | 11 | return static function (RectorConfig $rectorConfig): void { |
| 12 | - $rectorConfig->paths([ |
|
| 13 | - __DIR__ . '/src', |
|
| 14 | - __DIR__ . '/tests', |
|
| 15 | - ]); |
|
| 12 | + $rectorConfig->paths([ |
|
| 13 | + __DIR__ . '/src', |
|
| 14 | + __DIR__ . '/tests', |
|
| 15 | + ]); |
|
| 16 | 16 | |
| 17 | - // register a single rule |
|
| 18 | - $rectorConfig->rule(InlineConstructorDefaultToPropertyRector::class); |
|
| 17 | + // register a single rule |
|
| 18 | + $rectorConfig->rule(InlineConstructorDefaultToPropertyRector::class); |
|
| 19 | 19 | |
| 20 | 20 | $rectorConfig->skip([RemoveUselessParamTagRector::class]); |
| 21 | 21 | $rectorConfig->skip([MixedTypeRector::class]); |