Skip to content

Commit dbf5fc7

Browse files
dereuromarkADmad
andauthored
Update src/View/CsvView.php
Co-authored-by: ADmad <admad.coder@gmail.com>
1 parent a06a8df commit dbf5fc7

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
@@ -136,7 +136,7 @@ class CsvView extends SerializedView
136136
* - 'csvEncoding': (default 'UTF-8') CSV file encoding
137137
* - 'dataEncoding': (default 'UTF-8') Encoding of data to be serialized
138138
* - 'transcodingExtension': (default 'iconv') PHP extension to use for character encoding conversion
139-
* - 'excel': (default false) Shorthand for an Excel-friendly UTF-8 export.
139+
* - 'excel': (default false) Shorthand for an Excel-friendly UTF-8 export.
140140
* When true, sets `bom => true`, `eol => "\r\n"`, and `csvEncoding => 'UTF-8'`.
141141
* These specific keys are forced; if you need a different combination
142142
* do not enable `excel` and set them individually instead.

0 commit comments

Comments
 (0)