Skip to content

Commit

Permalink
don't describe removed usage of Yaml::parse()
Browse files Browse the repository at this point in the history
  • Loading branch information
xabbuh committed Jan 4, 2015
1 parent 6ef6a04 commit d33b78b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions components/yaml/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -138,12 +138,6 @@ string or a file containing YAML. Internally, it calls the
:method:`Symfony\\Component\\Yaml\\Parser::parse` method, but enhances the
error if something goes wrong by adding the filename to the message.

.. caution::

Because it is currently possible to pass a filename to this method, you
must validate the input first. Passing a filename is deprecated in
Symfony 2.2, and will be removed in Symfony 3.0.

.. _components-yaml-dump:

Writing YAML Files
Expand Down

0 comments on commit d33b78b

Please sign in to comment.