Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit20b3b37

Browse files
committed
[#6622] Fixing bad placement of anchor
1 parent852ce22 commit20b3b37

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)

[8]ページ先頭

©2009-2025 Movatter.jp