Skip to content

Commit 1c825b1

Browse files
committed
remove documentation for the removed csv_escape_char option
1 parent 1d9f907 commit 1c825b1

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

serializer/encoders.rst

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,6 @@ are available to customize the behavior of the encoder:
6464
Sets the field enclosure (one character only).
6565
``csv_end_of_line`` (default: ``\n``)
6666
Sets the character(s) used to mark the end of each line in the CSV file.
67-
``csv_escape_char`` (default: empty string)
68-
69-
.. deprecated:: 7.2
70-
71-
The ``csv_escape_char`` option was deprecated in Symfony 7.2.
72-
73-
Sets the escape character (at most one character).
7467
``csv_key_separator`` (default: ``.``)
7568
Sets the separator for array's keys during its flattening
7669
``csv_headers`` (default: ``[]``, inferred from input data's keys)

0 commit comments

Comments
 (0)