From 64c16e25e8be8133e8b320143cc5a64958826cfa Mon Sep 17 00:00:00 2001 From: Julien Falque Date: Wed, 28 Mar 2018 21:58:52 +0200 Subject: [PATCH] Fix a small name error --- components/serializer.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`::