From 1c825b160031e11707fb33460b2d291842f236e2 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Sat, 28 Jun 2025 23:47:57 +0200 Subject: [PATCH] remove documentation for the removed csv_escape_char option --- serializer/encoders.rst | 7 ------- 1 file changed, 7 deletions(-) diff --git a/serializer/encoders.rst b/serializer/encoders.rst index a3f4fefe38c..67165b2ea74 100644 --- a/serializer/encoders.rst +++ b/serializer/encoders.rst @@ -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)