Skip to content

Commit 35156ff

Browse files
committed
fix
1 parent ed0b1a4 commit 35156ff

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

components/serializer.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -845,8 +845,6 @@ Option Description D
845845
``csv_headers`` Sets the order of the header and data columns
846846
E.g.: if ``$data = ['c' => 3, 'a' => 1, 'b' => 2]``
847847
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
850848
``csv_escape_formulas`` Escapes fields containg formulas by prepending them ``false``
851849
with a ``\t`` character
852850
``as_collection`` Always returns results as a collection, even if only

0 commit comments

Comments
 (0)