Completed
Pull Request — master (#467)
by Roel
42s
created
src/Hal/Application/Config/File/ConfigFileReaderJson.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -91,7 +91,7 @@
 block discarded – undo
91 91
     private function resolvePath($path)
92 92
     {
93 93
         if (DIRECTORY_SEPARATOR !== $path[0]) {
94
-             $path = dirname($this->filename) . DIRECTORY_SEPARATOR . $path;
94
+                $path = dirname($this->filename) . DIRECTORY_SEPARATOR . $path;
95 95
         }
96 96
 
97 97
         return $path;
Please login to merge, or discard this patch.