8000 Useless code in an example · symfony/symfony-docs@13c2398 · GitHub
[go: up one dir, main page]

Skip to content

Commit 13c2398

Browse files
makmaouiOskarStark
authored andcommitted
Useless code in an example
1 parent b77bade commit 13c2398

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

components/yaml.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,8 +302,6 @@ Similarly you can use ``DUMP_EXCEPTION_ON_INVALID_TYPE`` when dumping::
302302
$data = new \stdClass(); // by default objects are invalid.
303303
Yaml::dump($data, 2, 4, Yaml::DUMP_EXCEPTION_ON_INVALID_TYPE); // throws an exception
304304

305-
echo $yaml; // { foo: bar }
306-
307305
Date Handling
308306
~~~~~~~~~~~~~
309307

0 commit comments

Comments
 (0)
0