diff --git a/serializer/custom_name_converter.rst b/serializer/custom_name_converter.rst index 87d42dd0f20..dd247c43834 100644 --- a/serializer/custom_name_converter.rst +++ b/serializer/custom_name_converter.rst @@ -43,12 +43,6 @@ A custom name converter can handle such cases:: } } -.. note:: - - You can also implement - :class:`Symfony\\Component\\Serializer\\NameConverter\\AdvancedNameConverterInterface` - to access the current class name, format and context. - Then, configure the serializer to use your name converter: .. configuration-block::