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 1575d0c commit dc92d2dCopy full SHA for dc92d2d
components/yaml.rst
@@ -379,7 +379,7 @@ Dumping Null Values
379
~~~~~~~~~~~~~~~~~~~
380
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
+values. This component uses ``null`` by default when dumping null values but
383
you can dump them as ``~`` with the ``DUMP_NULL_AS_TILDE`` flag::
384
385
$dumped = Yaml::dump(['foo' => null]);
0 commit comments