Completed
Pull Request — master (#2165)
by Basil
27s
created
rector.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -6,13 +6,13 @@
 block discarded – undo
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
Please login to merge, or discard this patch.