Passed
Pull Request — master (#3)
by
unknown
03:16 queued 12s
created
src/Path/Base.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -108,7 +108,7 @@
 block discarded – undo
108 108
             $path       = substr($path, 2);
109 109
         }
110 110
 
111
-		$slash = substr($path, 0, 1);
111
+        $slash = substr($path, 0, 1);
112 112
         if ($slash === '\\' || $slash === '/') {
113 113
             $this->root = trim($this->root, '/\\') . '/';
114 114
             $this->path = trim(str_replace('\\', '/', $path), '/');
Please login to merge, or discard this patch.