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.
1 parent 46dfc42 commit 3615325Copy full SHA for 3615325
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