Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 20b3b37

Browse files
committed
[#6622] Fixing bad placement of anchor
1 parent 852ce22 commit 20b3b37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/yaml.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,8 @@ Advanced Usage: Flags
210210
Flags were introduced in Symfony 3.1 and replaced the earlier boolean
211211
arguments.
212212

213+
.. _objects-for-mappings:
214+
213215
Object Parsing and Dumping
214216
~~~~~~~~~~~~~~~~~~~~~~~~~~
215217

@@ -253,8 +255,6 @@ Similarly you can use ``DUMP_EXCEPTION_ON_INVALID_TYPE`` when dumping::
253255
$data = new \stdClass(); // by default objects are invalid.
254256
Yaml::parse($data, Yaml::DUMP_EXCEPTION_ON_INVALID_TYPE); // throws an exception
255257

256-
.. _objects-for-mappings:
257-
258258
echo $yaml; // { foo: bar }
259259

260260
Date Handling

0 commit comments

Comments
 (0)