Commit 1666848
committed
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 representation1 file changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
170 | | - | |
| 170 | + | |
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
175 | | - | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
176 | 179 | | |
177 | 180 | | |
178 | 181 | | |
| |||
0 commit comments