We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 600b5e7 + 3615325 commit c90ba5dCopy full SHA for c90ba5d
components/yaml.rst
@@ -122,7 +122,7 @@ When loading a YAML file, it is sometimes better to use the
122
123
use Symfony\Component\Yaml\Yaml;
124
125
- $loader = Yaml::parse('/path/to/file.yml');
+ $yaml = Yaml::parse('/path/to/file.yml');
126
127
The :method:`Symfony\\Component\\Yaml\\Yaml::parse` static method takes a YAML
128
string or a file containing YAML. Internally, it calls the
0 commit comments