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 ed0cd78 commit af6bc2fCopy full SHA for af6bc2f
components/yaml.rst
@@ -418,7 +418,7 @@ you can dump them as ``~`` with the ``DUMP_NULL_AS_TILDE`` flag::
418
$dumped = Yaml::dump(['foo' => null], 2, 4, Yaml::DUMP_NULL_AS_TILDE);
419
// foo: ~
420
421
-Dumping Numeric Keys as string
+Dumping Numeric Keys as Strings
422
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
423
424
Sometime YAML keys must be always string. This component don't convert keys to string by default but you can
0 commit comments