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