Completed
Push — master ( 08ce36...180cdb )
by Ron
23s
created
rector.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -9,13 +9,13 @@
 block discarded – undo
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]);
Please login to merge, or discard this patch.