Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
minor #77 updated deprecated use of Yaml::parse (sgilberg)
This PR was merged into the 2.1.x-dev branch. Discussion ---------- updated deprecated use of Yaml::parse Per [Symfony documentation] (http://symfony.com/doc/current/components/yaml/introduction.html): "Passing a filename is deprecated in Symfony 2.2, and will be removed in Symfony 3.0." Updated use: `Yaml::parse(file_get_contents('/path/to/file.yml'));` Commits ------- 5bff259 updated deprecated use of Yaml::parse
- Loading branch information