Skip to content

Commit 0c9cc8d

Browse files
committed
minor #17992 [Serializer] Update reference to location of priorities of default normalizers (ArrMeeR)
This PR was merged into the 5.4 branch. Discussion ---------- [Serializer] Update reference to location of priorities of default normalizers Commits ------- 8d23c64 Update dic_tags.rst
2 parents 82cade6 + 8d23c64 commit 0c9cc8d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

reference/dic_tags.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1028,9 +1028,7 @@ and :class:`Symfony\\Component\\Serializer\\Normalizer\\DenormalizerInterface`.
10281028

10291029
For more details, see :doc:`/serializer`.
10301030

1031-
The priorities of the default normalizers can be found in the
1032-
:method:`Symfony\\Bundle\\FrameworkBundle\\DependencyInjection\\FrameworkExtension::registerSerializerConfiguration`
1033-
method.
1031+
The priorities of the default normalizers can be found in the `serializer.php`_ file.
10341032

10351033
.. _dic-tags-translation-loader:
10361034

@@ -1415,3 +1413,4 @@ Bridge.
14151413
.. _`Twig's documentation`: https://twig.symfony.com/doc/3.x/advanced.html#creating-an-extension
14161414
.. _`Twig Loader`: https://twig.symfony.com/doc/3.x/api.html#loaders
14171415
.. _`PHP class preloading`: https://www.php.net/manual/en/opcache.configuration.php#ini.opcache.preload
1416+
.. _`serializer.php`: https://github.com/symfony/symfony/blob/master/src/Symfony/Bundle/FrameworkBundle/Resources/config/serializer.php

0 commit comments

Comments
 (0)