From 4d6da00dffdec51df89788917733490a468c43dd Mon Sep 17 00:00:00 2001 From: Yohann Durand <34881241+Yohann76@users.noreply.github.com> Date: Tue, 18 Feb 2020 00:38:21 +0100 Subject: [PATCH] Update serializer.rst --- components/serializer.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/serializer.rst b/components/serializer.rst index bad4af9572c..faf1f61f1d9 100644 --- a/components/serializer.rst +++ b/components/serializer.rst @@ -624,7 +624,7 @@ If you are using isser methods (methods prefixed by ``is``, like ``App\Model\Person::isSportsperson()``), the Serializer component will automatically detect and use it to serialize related attributes. -The ``ObjectNormalizer`` also takes care of methods starting with ``has``, ``add`` +The `ObjectNormalizer` also takes care of methods starting with ``has``, ``add`` and ``remove``. Using Callbacks to Serialize Properties with Object Instances