Skip to content

Commit 47a3e11

Browse files
dereuromarkADmad
andcommitted
Update src/View/CsvView.php
Co-authored-by: ADmad <admad.coder@gmail.com>
1 parent aef5a17 commit 47a3e11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/View/CsvView.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ class CsvView extends SerializedView
144144
* - 'csvEncoding': (default 'UTF-8') CSV file encoding
145145
* - 'dataEncoding': (default 'UTF-8') Encoding of data to be serialized
146146
* - 'transcodingExtension': (default 'iconv') PHP extension to use for character encoding conversion
147-
* - 'excel': (default false) Shorthand for an Excel-friendly UTF-8 export.
147+
* - 'excel': (default false) Shorthand for an Excel-friendly UTF-8 export.
148148
* When true, sets `bom => true`, `eol => "\r\n"`, and `csvEncoding => 'UTF-8'`.
149149
* These specific keys are forced; if you need a different combination
150150
* do not enable `excel` and set them individually instead.

0 commit comments

Comments
 (0)