You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #6650 fix dumper default representation (Jamal Youssefi)
This PR was submitted for the master branch but it was merged into the 2.7 branch instead (closes#6650).
Discussion
----------
fix dumper default representation
Hi,
The default representation of dumper when using `Yaml` class is expanded:
`public static function dump($array, $inline = 2, $indent = 4, $flags = 0)`
May be i'm wrong because the `$inline` argument is different in `Yaml` (default inline=2 so expanded) and `Dumper` (default inline=0 so inline) class. So it depend to which class we refer to.
Commits
-------
def7c99 fix dumper default representation
0 commit comments