File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -483,9 +483,12 @@ and :class:`Symfony\\Component\\Serializer\\Normalizer\\PropertyNormalizer`::
483483
484484.. note ::
485485
486- Since Symfony 4.2, it is also possible to access to the current class name, format and
487- context by implementing the :class: `Symfony\\ Component\\ Serializer\\ NameConverter\\ AdvancedNameConverterInterface `
488- interface.
486+ You can also implement
487+ :class: `Symfony\\ Component\\ Serializer\\ NameConverter\\ AdvancedNameConverterInterface `
488+ to access to the current class name, format and context.
489+
490+ .. versionadded :: 4.2
491+ The ``AdvancedNameConverterInterface `` interface was introduced in Symfony 4.2.
489492
490493.. _using-camelized-method-names-for-underscored-attributes :
491494
You can’t perform that action at this time.
0 commit comments