@@ -23,9 +23,9 @@ |
||
| 23 | 23 | \Rector\DeadCode\Rector\PropertyProperty\RemoveNullPropertyInitializationRector::class, |
| 24 | 24 | \Rector\EarlyReturn\Rector\StmtsAwareInterface\ReturnEarlyIfVariableRector::class, |
| 25 | 25 | ]) |
| 26 | - ->withSets([ |
|
| 27 | - LevelSetList::UP_TO_PHP_71, |
|
| 28 | - SetList::DEAD_CODE, |
|
| 29 | - SetList::CODING_STYLE, |
|
| 30 | - SetList::EARLY_RETURN, |
|
| 31 | - ]); |
|
| 26 | + ->withSets([ |
|
| 27 | + LevelSetList::UP_TO_PHP_71, |
|
| 28 | + SetList::DEAD_CODE, |
|
| 29 | + SetList::CODING_STYLE, |
|
| 30 | + SetList::EARLY_RETURN, |
|
| 31 | + ]); |
|