Skip to content

Commit d23d3c9

Browse files
committed
minor #14925 [Yaml] remove partial deprecation annotation (xabbuh)
This PR was merged into the 2.7 branch. Discussion ---------- [Yaml] remove partial deprecation annotation | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #14815 | License | MIT | Doc PR | Commits ------- 24451ce [Yaml] remove partial deprecation annotation
2 parents 1750330 + 24451ce commit d23d3c9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Symfony/Component/Yaml/Yaml.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ class Yaml
4949
*
5050
* @throws ParseException If the YAML is not valid
5151
*
52-
* @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.
53-
*
5452
* @api
5553
*/
5654
public static function parse($input, $exceptionOnInvalidType = false, $objectSupport = false, $objectForMap = false)

0 commit comments

Comments
 (0)