Completed
Push — master ( f57a06...06ac50 )
by Hassan
12:53
created
src/Config.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@
 block discarded – undo
63 63
             if ($extension === 'dist') {
64 64
                 $extension = array_pop($parts);
65 65
             }
66
-            $parser    = $this->getParser($extension);
66
+            $parser = $this->getParser($extension);
67 67
 
68 68
             // Try and load file
69 69
             $this->data = array_replace_recursive($this->data, (array) $parser->parse($path));
Please login to merge, or discard this patch.