Skip to content

Commit 92b10b1

Browse files
committed
bug #4758 [Components][Yaml] don't describe removed usage of Yaml::parse() (xabbuh)
This PR was merged into the master branch. Discussion ---------- [Components][Yaml] don't describe removed usage of Yaml::parse() | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no (but related to symfony/symfony#13129) | Applies to | 3.0+ | Fixed tickets | Commits ------- d33b78b don't describe removed usage of Yaml::parse()
2 parents 42d2b15 + d33b78b commit 92b10b1

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

components/yaml/introduction.rst

Lines changed: 0 additions & 6 deletions
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)