Skip to content

Commit 3e1074c

Browse files
committed
Merge branch '4.4' into 5.4
* 4.4: Update serializer.rst
2 parents fede87d + 428f2f0 commit 3e1074c

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
@@ -774,8 +774,8 @@ If you are using isser methods (methods prefixed by ``is``, like
774774
``App\Model\Person::isSportsperson()``), the Serializer component will
775775
automatically detect and use it to serialize related attributes.
776776

777-
The ``ObjectNormalizer`` also takes care of methods starting with ``has``, ``add``
778-
and ``remove``.
777+
The ``ObjectNormalizer`` also takes care of methods starting with ``has`` and
778+
``get``.
779779

780780
Using Callbacks to Serialize Properties with Object Instances
781781
-------------------------------------------------------------

0 commit comments

Comments
 (0)