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`::
483
483
484
484
.. note ::
485
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.
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.
489
492
490
493
.. _using-camelized-method-names-for-underscored-attributes :
491
494
You can’t perform that action at this time.
0 commit comments