Skip to content

Commit 7aa7675

Browse files
committed
Merge branch '3.4' into 4.4
* 3.4: Update serializer.rst
2 parents 658a6f1 + 3243cb8 commit 7aa7675

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
@@ -700,7 +700,7 @@ There are several types of normalizers available:
700700
calling the constructor during the denormalization process.
701701

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

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

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

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

0 commit comments

Comments
 (0)