Skip to content

Commit 3f49b76

Browse files
committed
minor #12901 [Serializer] Remove note about CsvEncoder as_collection flag (ogizanagi)
This PR was merged into the 5.0 branch. Discussion ---------- [Serializer] Remove note about CsvEncoder as_collection flag This is the default since 5.0 https://github.com/symfony/symfony/blob/ad7d24109c5d9d9bce66ae57c509eb9baa3cc21b/src/Symfony/Component/Serializer/Encoder/CsvEncoder.php#L47 <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 0be5b16 [Serializer] Remove note about CsvEncoder as_collection flag
2 parents 9f5e3d5 + 0be5b16 commit 3f49b76

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

components/serializer.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -786,9 +786,6 @@ The ``CsvEncoder``
786786

787787
The ``CsvEncoder`` encodes to and decodes from CSV.
788788

789-
You can pass the context key ``as_collection`` in order to have the results
790-
always as a collection.
791-
792789
The ``XmlEncoder``
793790
~~~~~~~~~~~~~~~~~~
794791

0 commit comments

Comments
 (0)