[Yaml] fixed phpdoc (closes symfony/Yaml#3)

This commit is contained in:
Markus Lanthaler 2012-04-05 15:34:44 +02:00 committed by Fabien Potencier
parent 6bcd0a2d40
commit 0ccb6fa48d

View File

@ -45,7 +45,7 @@ class Yaml
*
* @return array The YAML converted to a PHP array
*
* @throws \InvalidArgumentException If the YAML is not valid
* @throws ParseException If the YAML is not valid
*
* @api
*/