Skip to content

Commit

Permalink
[Yaml] fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Jan 17, 2013
1 parent e16e309 commit 3f0e5d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Yaml.php
Expand Up @@ -145,7 +145,7 @@ public static function parse($input, $exceptionOnInvalidType = false, $objectSup
* *
* @api * @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 = new Dumper();
$yaml->setIndentation($indent); $yaml->setIndentation($indent);
Expand Down

0 comments on commit 3f0e5d3

Please sign in to comment.