Skip to content

Commit f255e32

Browse files
committed
minor #8554 [Yaml] remove deprecated feature description (xabbuh)
This PR was merged into the 3.3 branch. Discussion ---------- [Yaml] remove deprecated feature description Commits ------- cd2c809 remove deprecated feature description
2 parents 9b08ab8 + cd2c809 commit f255e32

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

components/yaml.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -104,12 +104,6 @@ string and converts it to a PHP array:
104104
105105
$value = Yaml::parse(file_get_contents('/path/to/file.yml'));
106106
107-
.. caution::
108-
109-
Because it is currently possible to pass a filename to this method, you
110-
must validate the input first. Passing a filename is deprecated in
111-
Symfony 2.2, and was removed in Symfony 3.0.
112-
113107
If an error occurs during parsing, the parser throws a
114108
:class:`Symfony\\Component\\Yaml\\Exception\\ParseException` exception
115109
indicating the error type and the line in the original YAML string where the

0 commit comments

Comments
 (0)