8000 Minor reword · symfony/symfony-docs@71afdca · GitHub
[go: up one dir, main page]

Skip to content

Commit 71afdca

Browse files
Minor reword
1 parent ae63f8a commit 71afdca

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

components/serializer.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)
0