[Yaml] fixed default value

This commit is contained in:
Fabien Potencier 2013-01-17 16:16:00 +01:00
parent 3c87e2ea18
commit e17e2327b1

View File

@ -27,7 +27,7 @@ class Yaml
*
* @deprecated Deprecated since version 2.0, to be removed in 2.3.
*/
public static $enablePhpParsing = true;
public static $enablePhpParsing = false;
/**
* Enables PHP support when parsing YAML files.