Passed
Push — master ( 71e747...f0080c )
by Pouya
01:29
created
src/ConvertToAbsolutePath.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -95,8 +95,8 @@
 block discarded – undo
95 95
         }
96 96
         // Convert paths like ../foo or ../../bar
97 97
         if($this->isPathStartWithTwoPointSlash($path)) {
98
-           $removeTwoPointSlash = new RemovePathWithPointPointSlash($this, $path);
99
-           return $removeTwoPointSlash->compute();
98
+            $removeTwoPointSlash = new RemovePathWithPointPointSlash($this, $path);
99
+            return $removeTwoPointSlash->compute();
100 100
         }
101 101
         if (empty($path)) {
102 102
             return $this->getPagePath();
Please login to merge, or discard this patch.