@@ -13,7 +13,7 @@ |
||
13 | 13 | */ |
14 | 14 | public static function getYamlData($pathToYamlFile) |
15 | 15 | { |
16 | - return (array)Yaml::parse(file_get_contents($pathToYamlFile), Yaml::PARSE_CUSTOM_TAGS); |
|
16 | + return (array) Yaml::parse(file_get_contents($pathToYamlFile), Yaml::PARSE_CUSTOM_TAGS); |
|
17 | 17 | } |
18 | 18 | |
19 | 19 | /** |