8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae63f8a commit 71afdcaCopy full SHA for 71afdca
components/serializer.rst
@@ -483,9 +483,12 @@ and :class:`Symfony\\Component\\Serializer\\Normalizer\\PropertyNormalizer`::
483
484
.. note::
485
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.
+ You can also implement
+ :class:`Symfony\\Component\\Serializer\\NameConverter\\AdvancedNameConverterInterface`
+ 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.
492
493
.. _using-camelized-method-names-for-underscored-attributes:
494
0 commit comments