Ability to parse YAML files directly #8424
Labels
actionable
Clear and specific issues ready for anyone to take them.
hasPR
A Pull Request has already been submitted for this issue.
Yaml
Milestone
The YAML parser now offers a new
parseFile()
method to which you can pass the name of a YAML file instead of loadings its contents yourself as you would do when using the traditionalparse()
method (see symfony/symfony#24253).The text was updated successfully, but these errors were encountered: