Skip to content

[Serializer] remove documentation for the removed csv_escape_char option #21153

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 30, 2025
Merged
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
7 changes: 0 additions & 7 deletions serializer/encoders.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,6 @@ are available to customize the behavior of the encoder:
Sets the field enclosure (one character only).
``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.

Sets the escape character (at most one character).
``csv_key_separator`` (default: ``.``)
Sets the separator for array's keys during its flattening
``csv_headers`` (default: ``[]``, inferred from input data's keys)
Expand Down
Loading