From 24451ce135f28a12e434b44d9d6a2e43b6e09a27 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Tue, 9 Jun 2015 22:29:28 +0200 Subject: [PATCH] [Yaml] remove partial deprecation annotation --- src/Symfony/Component/Yaml/Yaml.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Symfony/Component/Yaml/Yaml.php b/src/Symfony/Component/Yaml/Yaml.php index 8329ec5ef4..f1c5e053fd 100644 --- a/src/Symfony/Component/Yaml/Yaml.php +++ b/src/Symfony/Component/Yaml/Yaml.php @@ -49,8 +49,6 @@ class Yaml * * @throws ParseException If the YAML is not valid * - * @deprecated The ability to pass file names to the Yaml::parse method is deprecated since version 2.2 and will be removed in 3.0. Pass the YAML contents of the file instead. - * * @api */ public static function parse($input, $exceptionOnInvalidType = false, $objectSupport = false, $objectForMap = false)