Commit e5d11f5
committed
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::parse1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| |||
0 commit comments