Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.3k
addressed issue #11786#13269
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
addressed issue #11786#13269
Uh oh!
There was an error while loading.Please reload this page.
Conversation
armin-github commentedFeb 27, 2020
In the patch: the title 'The Context parameter of XmlEncoder' will probably need to be entirely underlined with the correct markup (~~~~~~~~~~~~~~~~~~), so the markup test will pass. |
OskarStark commentedFeb 27, 2020
Thanks for your contribution, however I am unable to see the real difference, as most of the content is just moved around. Can you please point me to the lines which makes sth more clear than before? Thanks |
armin-github commentedFeb 27, 2020
Sure! |
The following issue has been addressed: Repeated entry in the Serializer components docsymfony#11786The separate documentations for XMLEncoder were put into one section with minor changes in text. The documentation now contains one single section for XMLEncoder.
wouterj commentedNov 5, 2020
Hi@armin-github! I'm very sorry for the long wait, I'm not sure why we've missed this. The PR makes a lot of sense, the duplicate sections should indeed be merged. |
…a table (wouterj)This PR was merged into the 4.4 branch.Discussion----------[Serializer] Merge encoder sections and show options in a tableWhile merging#13269 , I found that we also documented CsvEncoder options in a different section. This merges both duplicated sections.I've also transformed them to a table, similar to the recent changes to documenting the provider options in the Messenger guide.Commits-------d397c38 Merge encoder sections and show options in a table
The following issue has been addressed: Repeated entry in the Serializer components doc#11786
The separate documentations for XMLEncoder were put into one section with minor changes in text. The documentation now contains one single section for XMLEncoder.