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 81e245b commit e98cef4Copy full SHA for e98cef4
components/serializer.rst
@@ -994,7 +994,7 @@ The ``YamlEncoder`` Context Options
994
The ``encode()`` method, like other encoder, uses ``context`` to set
995
configuration options for the YamlEncoder an associative array::
996
997
- $xmlEncoder->encode($array, 'xml', $context);
+ $yamlEncoder->encode($array, 'yaml', $context);
998
999
These are the options available:
1000
0 commit comments