Passed
Branch master (78d10a)
by Enjoys
08:16
created
Category
src/Config.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@
 block discarded – undo
61 61
 
62 62
         $parser = new $parseClass($config);
63 63
         $parser->setOptions($options);
64
-        $result  = $parser->parse();
64
+        $result = $parser->parse();
65 65
 
66 66
         if (is_array($result)) {
67 67
             $this->config = array_merge($this->config, $result);
Please login to merge, or discard this patch.