Skip to content

Commit af6bc2f

Browse files
alamiraultxabbuh
andauthored
Update components/yaml.rst
Co-authored-by: Christian Flothmann <[email protected]>
1 parent ed0cd78 commit af6bc2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/yaml.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ you can dump them as ``~`` with the ``DUMP_NULL_AS_TILDE`` flag::
418418
$dumped = Yaml::dump(['foo' => null], 2, 4, Yaml::DUMP_NULL_AS_TILDE);
419419
// foo: ~
420420

421-
Dumping Numeric Keys as string
421+
Dumping Numeric Keys as Strings
422422
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
423423

424424
Sometime YAML keys must be always string. This component don't convert keys to string by default but you can

0 commit comments

Comments
 (0)