Skip to content

Commit c735d06

Browse files
committed
minor #13854 add ProblemNormalizer (zairigimad)
This PR was submitted for the 5.0 branch but it was merged into the 4.4 branch instead. Discussion ---------- add ProblemNormalizer <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases 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 ------- d256990 add ProblemNormalizer
2 parents 7f03598 + d256990 commit c735d06

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

components/serializer.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -762,6 +762,9 @@ There are several types of normalizers available:
762762
:class:`Symfony\\Component\\Validator\\ConstraintViolationListInterface`
763763
into a list of errors according to the `RFC 7807`_ standard.
764764

765+
:class:`Symfony\\Component\\Serializer\\Normalizer\\ProblemNormalizer`
766+
Normalizes errors according to the API Problem spec `RFC 7807`_.
767+
765768
.. _component-serializer-encoders:
766769

767770
Encoders

0 commit comments

Comments
 (0)