[Yaml] fixed typo

This commit is contained in:
Fabien Potencier 2013-01-17 17:53:40 +01:00
parent 08ccc62aa5
commit 51d1948327

View File

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