Skip to content

Commit dc92d2d

Browse files
committed
-
1 parent 1575d0c commit dc92d2d

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
@@ -379,7 +379,7 @@ Dumping Null Values
379379
~~~~~~~~~~~~~~~~~~~
380380

381381
The official YAML specification uses both ``null`` and ``~`` to represent null
382-
values. This component uses the ``null`` expression when dumping null values but
382+
values. This component uses ``null`` by default when dumping null values but
383383
you can dump them as ``~`` with the ``DUMP_NULL_AS_TILDE`` flag::
384384

385385
$dumped = Yaml::dump(['foo' => null]);

0 commit comments

Comments
 (0)