File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -764,7 +764,7 @@ There are several types of normalizers available:
764
764
765
765
:class: `Symfony\\ Component\\ Serializer\\ Normalizer\\ ProblemNormalizer `
766
766
Normalizes errors according to the API Problem spec `RFC 7807 `_.
767
-
767
+
768
768
.. _component-serializer-encoders :
769
769
770
770
Encoders
@@ -1270,35 +1270,35 @@ These are the options available:
1270
1270
1271
1271
``csv_delimiter ``
1272
1272
Sets the field delimiter separating values (one character only, default: ``, ``).
1273
-
1273
+
1274
1274
``csv_enclosure ``
1275
1275
Sets the field enclosure (one character only, default: ``" ``).
1276
-
1276
+
1277
1277
``csv_escape_char ``
1278
1278
Sets the escape character (at most one character, default: empty string).
1279
-
1279
+
1280
1280
``csv_key_separator ``
1281
1281
Sets the separator for array's keys during its flattening (default: ``. ``).
1282
-
1282
+
1283
1283
``csv_headers ``
1284
1284
Sets the headers for the data (default: ``[] ``, inferred from input data's keys).
1285
-
1285
+
1286
1286
``csv_escape_formulas ``
1287
1287
Escapes fields containg formulas by prepending them with a ``\t `` character (default: ``false ``).
1288
-
1288
+
1289
1289
``as_collection ``
1290
- Always returns results as a collection, even if only one line is decoded (default: ``false ``).
1291
-
1292
- .. deprecated :: 4.2
1290
+ Always returns results as a collection, even if only one line is decoded.
1293
1291
1294
- Relying on the default value ``false `` is deprecated since Symfony 4.2.
1295
-
1296
1292
``no_headers ``
1297
1293
Disables header in the encoded CSV (default: ``false ``).
1298
-
1294
+
1299
1295
``output_utf8_bom ``
1300
1296
Outputs special `UTF-8 BOM `_ along with encoded data (default: ``false ``).
1301
1297
1298
+ .. versionadded :: 4.4
1299
+
1300
+ The ``output_utf8_bom `` option was introduced in Symfony 4.4.
1301
+
1302
1302
Handling Constructor Arguments
1303
1303
------------------------------
1304
1304
You can’t perform that action at this time.
0 commit comments