Skip to content

Commit

Permalink
bug #4758 [Components][Yaml] don't describe removed usage of Yaml::pa…
Browse files Browse the repository at this point in the history
…rse() (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()
  • Loading branch information
wouterj committed Jan 8, 2015
2 parents 42d2b15 + d33b78b commit 92b10b1
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 92b10b1

Please sign in to comment.