Skip to content

Commit d33b78b

Browse files
committed
don't describe removed usage of Yaml::parse()
1 parent 6ef6a04 commit d33b78b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

components/yaml/introduction.rst

-6
Original file line numberDiff line numberDiff line change
@@ -138,12 +138,6 @@ string or a file containing YAML. Internally, it calls the
138138
:method:`Symfony\\Component\\Yaml\\Parser::parse` method, but enhances the
139139
error if something goes wrong by adding the filename to the message.
140140

141-
.. caution::
142-
143-
Because it is currently possible to pass a filename to this method, you
144-
must validate the input first. Passing a filename is deprecated in
145-
Symfony 2.2, and will be removed in Symfony 3.0.
146-
147141
.. _components-yaml-dump:
148142

149143
Writing YAML Files

0 commit comments

Comments
 (0)