Skip to content
Merged

Fix CS #20416

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions serializer/encoders.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ are available to customize the behavior of the encoder:
``csv_end_of_line`` (default: ``\n``)
Sets the character(s) used to mark the end of each line in the CSV file.
``csv_escape_char`` (default: empty string)

.. deprecated:: 7.2

The ``csv_escape_char`` option was deprecated in Symfony 7.2.
Expand Down