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 a8e5b4b commit 1575d0cCopy full SHA for 1575d0c
components/yaml.rst
@@ -378,9 +378,9 @@ objects, they are automatically transformed into YAML tags::
378
Dumping Null Values
379
~~~~~~~~~~~~~~~~~~~
380
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::
+The official YAML specification uses both ``null`` and ``~`` to represent null
+values. This component uses the ``null`` expression when dumping null values but
+you can dump them as ``~`` with the ``DUMP_NULL_AS_TILDE`` flag::
384
385
$dumped = Yaml::dump(['foo' => null]);
386
// foo: null
0 commit comments