Passed
Push — master ( 4f2521...71e747 )
by Pouya
01:33
created
src/ConvertToAbsolutePath.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -101,8 +101,8 @@
 block discarded – undo
101 101
         }
102 102
         // Convert paths like ../foo or ../../bar
103 103
         if(substr($path, 0, 3) == '../') {
104
-           $removeTwoPointSlash = new RemovePathWithPointPointSlash($this, $path);
105
-           return $removeTwoPointSlash->compute();
104
+            $removeTwoPointSlash = new RemovePathWithPointPointSlash($this, $path);
105
+            return $removeTwoPointSlash->compute();
106 106
         }
107 107
         if (empty($path)) {
108 108
             return $this->getPagePath();
Please login to merge, or discard this patch.