@@ -678,7 +678,7 @@ There are several types of normalizers available:
678678 calling the constructor during the denormalization process.
679679
680680 Objects are normalized to a map of property names and values (names are
681- generated removing the ``get ``, ``set ``, ``has ``, ``is ``, ``add `` or ``remove `` prefix from
681+ generated by removing the ``get ``, ``set ``, ``has ``, ``is ``, ``add `` or ``remove `` prefix from
682682 the method name and transforming the first letter to lowercase; e.g.
683683 ``getFirstName() `` -> ``firstName ``).
684684
@@ -691,7 +691,7 @@ There are several types of normalizers available:
691691 the constructor and the "setters" (public methods starting with "set").
692692
693693 Objects are normalized to a map of property names and values (names are
694- generated removing the ``get `` prefix from the method name and transforming
694+ generated by removing the ``get `` prefix from the method name and transforming
695695 the first letter to lowercase; e.g. ``getFirstName() `` -> ``firstName ``).
696696
697697:class: `Symfony\\ Component\\ Serializer\\ Normalizer\\ PropertyNormalizer `
@@ -736,6 +736,9 @@ There are several types of normalizers available:
736736 :class: `Symfony\\ Component\\ Validator\\ ConstraintViolationListInterface `
737737 into a list of errors according to the `RFC 7807 `_ standard.
738738
739+ :class: `Symfony\\ Component\\ Serializer\\ Normalizer\\ ProblemNormalizer `
740+ Normalizes errors according to the API Problem spec `RFC 7807 `_.
741+
739742.. _component-serializer-encoders :
740743
741744Encoders
0 commit comments