We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe24815 commit def7c99Copy full SHA for def7c99
components/yaml/introduction.rst
@@ -167,12 +167,15 @@ Array Expansion and Inlining
167
............................
168
169
The YAML format supports two kind of representation for arrays, the expanded
170
-one, and the inline one. By default, the dumper uses the inline
+one, and the inline one. By default, the dumper uses the expanded
171
representation:
172
173
.. code-block:: yaml
174
175
- { foo: bar, bar: { foo: bar, bar: baz } }
+ foo: bar
176
+ bar:
177
178
+ bar: baz
179
180
The second argument of the :method:`Symfony\\Component\\Yaml\\Yaml::dump`
181
method customizes the level at which the output switches from the expanded
0 commit comments