From d33b78b2f60b08da7d290577c41378c97dadd1df Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Sun, 4 Jan 2015 12:39:58 +0100 Subject: [PATCH] don't describe removed usage of Yaml::parse() --- components/yaml/introduction.rst | 6 ------ 1 file changed, 6 deletions(-) diff --git a/components/yaml/introduction.rst b/components/yaml/introduction.rst index e7e92270493..4ad0f833274 100644 --- a/components/yaml/introduction.rst +++ b/components/yaml/introduction.rst @@ -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