Skip to content

Commit 2334f73

Browse files
committed
Merge branch '3.4' into 4.4
* 3.4: Add missing prefix/xxxer
2 parents da331a5 + 15b9b9b commit 2334f73

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

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

0 commit comments

Comments
 (0)