Passed
Pull Request — master (#88)
by Abdul Malik
02:08 queued 10s
created
rector.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
         false,
21 21
         true, // php73
22 22
     )
23
-    ->withPaths([__DIR__ . '/config', __DIR__ . '/src', __DIR__ . '/test'])
23
+    ->withPaths([__DIR__.'/config', __DIR__.'/src', __DIR__.'/test'])
24 24
     ->withRootFiles()
25 25
     ->withImportNames()
26 26
     ->withSkip([
Please login to merge, or discard this patch.