Completed
Push — master ( e7e619...fe2b2b )
by Alexander
20:08 queued 20:05
created
rector.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -13,8 +13,8 @@
 block discarded – undo
13 13
 
14 14
 return RectorConfig::configure()
15 15
     ->withPaths([
16
-        __DIR__ . '/src',
17
-        __DIR__ . '/tests',
16
+        __DIR__.'/src',
17
+        __DIR__.'/tests',
18 18
     ])
19 19
     // uncomment to reach your current PHP version
20 20
     // ->withPhpSets()
Please login to merge, or discard this patch.