Closed
Description
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 traditional parse()
method (see symfony/symfony#24253).
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 traditional parse()
method (see symfony/symfony#24253).