Skip to content

Commit 1575d0c

Browse files
committed
-
1 parent a8e5b4b commit 1575d0c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/yaml.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -378,9 +378,9 @@ objects, they are automatically transformed into YAML tags::
378378
Dumping Null Values
379379
~~~~~~~~~~~~~~~~~~~
380380

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

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

0 commit comments

Comments
 (0)