Completed
Pull Request — master (#63)
by
unknown
14:00
created
rector.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -23,9 +23,9 @@
 block discarded – undo
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
+        ]);
Please login to merge, or discard this patch.