8000
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 852ce22 commit 20b3b37Copy full SHA for 20b3b37
components/yaml.rst
@@ -210,6 +210,8 @@ Advanced Usage: Flags
210
Flags were introduced in Symfony 3.1 and replaced the earlier boolean
211
arguments.
212
213
+.. _objects-for-mappings:
214
+
215
Object Parsing and Dumping
216
~~~~~~~~~~~~~~~~~~~~~~~~~~
217
@@ -253,8 +255,6 @@ Similarly you can use ``DUMP_EXCEPTION_ON_INVALID_TYPE`` when dumping::
253
255
$data = new \stdClass(); // by default objects are invalid.
254
256
Yaml::parse($data, Yaml::DUMP_EXCEPTION_ON_INVALID_TYPE); // throws an exception
257
-.. _objects-for-mappings:
-
258
echo $yaml; // { foo: bar }
259
260
Date Handling
0 commit comments