Commit 22e422b
committed
minor #17907 Adapt CsvEncoder
This PR was merged into the 5.4 branch.
Discussion
----------
Adapt CsvEncoder `no_headers` context
Try fix #15243
Default behavior:
https://github.com/symfony/symfony/blob/c7a7cb8841bb54a68c967b3ea0e57024802b96ed/src/Symfony/Component/Serializer/Tests/Encoder/CsvEncoderTest.php#L45-L60
With `no_headers`
https://github.com/symfony/symfony/blob/c7a7cb8841bb54a68c967b3ea0e57024802b96ed/src/Symfony/Component/Serializer/Tests/Encoder/CsvEncoderTest.php#L647-L653
Commits
-------
2bfe5da Adapt CsvEncode no_headers contextno_headers context (alamirault)1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1104 | 1104 | | |
1105 | 1105 | | |
1106 | 1106 | | |
1107 | | - | |
| 1107 | + | |
| 1108 | + | |
1108 | 1109 | | |
1109 | 1110 | | |
1110 | 1111 | | |
| |||
0 commit comments