From d256990cfdc9903640fad3ceb7fc1dae2090e982 Mon Sep 17 00:00:00 2001 From: Zairig Imad Date: Tue, 16 Jun 2020 01:29:15 +0200 Subject: [PATCH] add ProblemNormalizer --- components/serializer.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/components/serializer.rst b/components/serializer.rst index bf1a9796e39..99f6a2d4704 100644 --- a/components/serializer.rst +++ b/components/serializer.rst @@ -762,6 +762,9 @@ There are several types of normalizers available: :class:`Symfony\\Component\\Validator\\ConstraintViolationListInterface` into a list of errors according to the `RFC 7807`_ standard. +:class:`Symfony\\Component\\Serializer\\Normalizer\\ProblemNormalizer` + Normalizes errors according to the API Problem spec `RFC 7807`_. + .. _component-serializer-encoders: Encoders