Skip to content

Commit bc1f65f

Browse files
committed
fix
1 parent ed0b1a4 commit bc1f65f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

components/serializer.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -844,9 +844,6 @@ Option Description D
844844
flattening
845845
``csv_headers`` Sets the order of the header and data columns
846846
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
850847
``csv_escape_formulas`` Escapes fields containg formulas by prepending them ``false``
851848
with a ``\t`` character
852849
``as_collection`` Always returns results as a collection, even if only

0 commit comments

Comments
 (0)