Skip to content

Commit bff0f3a

Browse files
committed
Add missing prefix/xxxer
Add missing prefix/xxxer in ObjectNormalizer description
1 parent fc483d9 commit bff0f3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/serializer.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -582,11 +582,11 @@ There are several types of normalizers available:
582582
:class:`Symfony\\Component\\Serializer\\Normalizer\\ObjectNormalizer`
583583
This normalizer leverages the :doc:`PropertyAccess Component </components/property_access>`
584584
to read and write in the object. It means that it can access to properties
585-
directly and through getters, setters, hassers, adders and removers. It supports
585+
directly and through getters, setters, hassers, issers, adders and removers. It supports
586586
calling the constructor during the denormalization process.
587587

588588
Objects are normalized to a map of property names and values (names are
589-
generated removing the ``get``, ``set``, ``has``, ``is`` or ``remove`` prefix from
589+
generated removing the ``get``, ``set``, ``has``, ``is``, ``add`` or ``remove`` prefix from
590590
the method name and transforming the first letter to lowercase; e.g.
591591
``getFirstName()`` -> ``firstName``).
592592

0 commit comments

Comments
 (0)