[Yaml] fixed wrong merge (indentation default is 4 as of 2.1)

This commit is contained in:
Fabien Potencier 2013-01-27 17:12:43 +01:00
parent f0fefeb139
commit 6f71948023

View File

@ -145,7 +145,7 @@ class Yaml
*
* @api
*/
public static function dump($array, $inline = 2, $indent = 2, $exceptionOnInvalidType = false, $objectSupport = false)
public static function dump($array, $inline = 2, $indent = 4, $exceptionOnInvalidType = false, $objectSupport = false)
{
$yaml = new Dumper();
$yaml->setIndentation($indent);