Completed
Pull Request — master (#552)
by Greg
03:18
created
src/Config/YamlConfigLoader.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
         if (!file_exists($path)) {
20 20
             return $this;
21 21
         }
22
-        $this->config = (array) Yaml::parse(file_get_contents($path));
22
+        $this->config = (array)Yaml::parse(file_get_contents($path));
23 23
         return $this;
24 24
     }
25 25
 }
Please login to merge, or discard this patch.