-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
[Serializer] Added a ConstraintViolationListNormalizer #9480
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
We need a volunteer to contribute these docs. Someone expert in the Serializer component: @dunglas, @lyrixx, @Simperfit? Thanks! |
Should we really document it ? I mean, it's just about doing |
I think you are right. In the future we may add some brief mention somewhere if we think it's necessary. Thanks! |
We should at least add it to the list of available normalizers. People using directly the component have no way to discover this feature. |
Let's reopen then. But we'll need a volunteer to do this. Thanks! |
Fixed by #9855. |
Thank you very much @javiereguiluz |
symfony/symfony#22150
It normalizes ConstraintViolationListInterface instances according to RFC7807.
The text was updated successfully, but these errors were encountered: