Skip to content

Commit 3243cb8

Browse files
committed
minor #13917 Update serializer.rst (atailouloute)
This PR was merged into the 3.4 branch. Discussion ---------- Update serializer.rst Commits ------- 4bc6745 Update serializer.rst
2 parents bd78896 + 4bc6745 commit 3243cb8

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
@@ -586,7 +586,7 @@ There are several types of normalizers available:
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``, ``add`` or ``remove`` prefix from
589+
generated by 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

@@ -599,7 +599,7 @@ There are several types of normalizers available:
599599
the constructor and the "setters" (public methods starting with "set").
600600

601601
Objects are normalized to a map of property names and values (names are
602-
generated removing the ``get`` prefix from the method name and transforming
602+
generated by removing the ``get`` prefix from the method name and transforming
603603
the first letter to lowercase; e.g. ``getFirstName()`` -> ``firstName``).
604604

605605
:class:`Symfony\\Component\\Serializer\\Normalizer\\PropertyNormalizer`

0 commit comments

Comments
 (0)