Test Setup Failed
Push — master ( f23933...8b7edf )
by Jacques
52s
created
rector.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -16,9 +16,9 @@
 block discarded – undo
16 16
 use Rector\Set\ValueObject\LevelSetList;
17 17
 use Rector\Set\ValueObject\SetList;
18 18
 
19
-return static function (RectorConfig $rectorConfig): void {
19
+return static function(RectorConfig $rectorConfig): void {
20 20
     $rectorConfig->paths([
21
-        __DIR__ . '/src'
21
+        __DIR__.'/src'
22 22
     ]);
23 23
 
24 24
 #    // get parameters
Please login to merge, or discard this patch.