Skip to content

Commit 15b9b9b

Browse files
committed
minor #13334 Add missing prefix/xxxer (l-vo)
This PR was merged into the 3.4 branch. Discussion ---------- Add missing prefix/xxxer Add missing prefix/xxxer in ObjectNormalizer description <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- bff0f3a Add missing prefix/xxxer
2 parents fc483d9 + bff0f3a commit 15b9b9b

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)