diff --git a/components/serializer.rst b/components/serializer.rst index f49fba794b2..e32ec94c9bf 100644 --- a/components/serializer.rst +++ b/components/serializer.rst @@ -402,7 +402,7 @@ A custom name converter can handle such cases:: } } -The custom normalizer can be used by passing it as second parameter of any +The custom name converter can be used by passing it as second parameter of any class extending :class:`Symfony\\Component\\Serializer\\Normalizer\\AbstractNormalizer`, including :class:`Symfony\\Component\\Serializer\\Normalizer\\GetSetMethodNormalizer` and :class:`Symfony\\Component\\Serializer\\Normalizer\\PropertyNormalizer`::