Skip to content

Commit 13999a2

Browse files
committed
Merge branch '6.0' into 6.1
* 6.0: Update serializer.rst
2 parents f20f6a2 + 2875b63 commit 13999a2

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

707-
The ``ObjectNormalizer`` also takes care of methods starting with ``has``, ``can``,
708-
``add`` and ``remove``.
707+
The ``ObjectNormalizer`` also takes care of methods starting with ``has``, ``get``,
708+
and ``can``.
709709

710710
.. versionadded:: 6.1
711711

0 commit comments

Comments
 (0)