Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.2k
[FrameworkBundle][Serializer] Allow serializer default context configuration#16016
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
Uh oh!
There was an error while loading.Please reload this page.
Conversation
2915e35
to355e337
Compareserializer.rst Outdated
@@ -175,6 +175,44 @@ You can pass the context like following:: | |||
DateTimeNormalizer::FORMAT_KEY => 'Y-m-d H:i:s', | |||
]); | |||
.. versionadded:: 5.4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Can you please move the versionadded below the example
Thank you
355e337
to7a175b9
CompareThank you for providing a doc PR for your code feature,@soyuka! This is now finally merged into the docs. Fyi, I applied Oskar's suggestion and made a small CS change while merging this PR. |
Uh oh!
There was an error while loading.Please reload this page.
Fixes#16010