Passed
Push — master ( 1d5d2c...8f026b )
by Waaaaaaaaaa
04:02 queued 01:47
created
src/PathTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,6 +24,6 @@
 block discarded – undo
24 24
             throw new \InvalidArgumentException('Path does not exist: '.$path);
25 25
         }
26 26
 
27
-        $this->path = $realpath . '/';
27
+        $this->path = $realpath.'/';
28 28
     }
29 29
 }
Please login to merge, or discard this patch.