Completed
Branch develop (343ae8)
by Michał
02:22
created
src/Event/Config/YamlConfig.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
      */
13 13
     public function readConfig($path)
14 14
     {
15
-        $reader = new Yaml(['Spyc','YAMLLoadString']);
15
+        $reader = new Yaml(['Spyc', 'YAMLLoadString']);
16 16
         return $reader->fromFile($path);
17 17
     }
18 18
 }
Please login to merge, or discard this patch.