@@ -77,7 +77,7 @@ |
||
77 | 77 | )); |
78 | 78 | } |
79 | 79 | |
80 | - $reader = new Yaml(static function ($config) { |
|
80 | + $reader = new Yaml(static function($config) { |
|
81 | 81 | return YamlParser::parse($config); |
82 | 82 | }); |
83 | 83 |