Skip to content

Commit 2239b03

Browse files
committed
fix
1 parent ed0b1a4 commit 2239b03

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

components/serializer.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -843,10 +843,6 @@ Option Description D
843843
``csv_key_separator`` Sets the separator for array's keys during its ``.``
844844
flattening
845845
``csv_headers`` Sets the order of the header and data columns
846-
E.g.: if ``$data = ['c' => 3, 'a' => 1, 'b' => 2]``
847-
and ``$options = ['csv_headers' => ['a', 'b', 'c']]``
848-
then ``serialize($data, 'csv', $options)`` returns
849-
``a,b,c\n1,2,3 `` ``[]``, inferred from input data's keys
850846
``csv_escape_formulas`` Escapes fields containg formulas by prepending them ``false``
851847
with a ``\t`` character
852848
``as_collection`` Always returns results as a collection, even if only

0 commit comments

Comments
 (0)