Revision e5d11f57113e55c4d58dd28ba11af8960b606b76

Committed on 03/06/2015 1:03 am by Christophe Coevoet <stof@notk.org> [GitHub Diff]

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