[Yaml] remove partial deprecation annotation

This commit is contained in:
Christian Flothmann 2015-06-09 22:29:28 +02:00
parent 1750330831
commit 24451ce135
1 changed files with 0 additions and 2 deletions

View File

@ -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)