Skip to content

Commit aa4ef13

Browse files
authored
Fix indentation
1 parent 1d2f648 commit aa4ef13

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

components/serializer.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -899,12 +899,12 @@ Option Description De
899899
flattening
900900
``csv_headers`` Sets the order of the header and data columns
901901
E.g.: $this->serializer->serialize(
902-
['c' => 3,'a' => 1,'b' => 2],
903-
'csv',
904-
['csv_headers' => ['a', 'b', 'c']]);
902+
['c' => 3,'a' => 1,'b' => 2],
903+
'csv',
904+
['csv_headers' => ['a', 'b', 'c']]);
905905
returns
906-
a,b,c
907-
1,2,3 ``[]``, inferred from input data's keys
906+
a,b,c
907+
1,2,3 ``[]``, inferred from input data's keys
908908
``csv_escape_formulas`` Escapes fields containg formulas by prepending them ``false``
909909
with a ``\t`` character
910910
``as_collection`` Always returns results as a collection, even if only

0 commit comments

Comments
 (0)