Skip to content

Commit a66683b

Browse files
committed
Merge branch '5.0'
* 5.0: Add missing prefix/xxxer
2 parents e119c4a + 5f823b9 commit a66683b

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
@@ -672,11 +672,11 @@ There are several types of normalizers available:
672672
:class:`Symfony\\Component\\Serializer\\Normalizer\\ObjectNormalizer`
673673
This normalizer leverages the :doc:`PropertyAccess Component </components/property_access>`
674674
to read and write in the object. It means that it can access to properties
675-
directly and through getters, setters, hassers, adders and removers. It supports
675+
directly and through getters, setters, hassers, issers, adders and removers. It supports
676676
calling the constructor during the denormalization process.
677677

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

0 commit comments

Comments
 (0)