From 8d23c6445efdc71df5e5e7cf6bca4ddc590af214 Mon Sep 17 00:00:00 2001 From: Artur Date: Thu, 2 Mar 2023 09:59:17 +0100 Subject: [PATCH] Update dic_tags.rst Update documentation to reference correct priorities of default normalizers location --- reference/dic_tags.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/reference/dic_tags.rst b/reference/dic_tags.rst index e6b1d44aa69..a60ee5484f9 100644 --- a/reference/dic_tags.rst +++ b/reference/dic_tags.rst @@ -1028,9 +1028,7 @@ and :class:`Symfony\\Component\\Serializer\\Normalizer\\DenormalizerInterface`. For more details, see :doc:`/serializer`. -The priorities of the default normalizers can be found in the -:method:`Symfony\\Bundle\\FrameworkBundle\\DependencyInjection\\FrameworkExtension::registerSerializerConfiguration` -method. +The priorities of the default normalizers can be found in the `serializer.php`_ file. .. _dic-tags-translation-loader: @@ -1415,3 +1413,4 @@ Bridge. .. _`Twig's documentation`: https://twig.symfony.com/doc/3.x/advanced.html#creating-an-extension .. _`Twig Loader`: https://twig.symfony.com/doc/3.x/api.html#loaders .. _`PHP class preloading`: https://www.php.net/manual/en/opcache.configuration.php#ini.opcache.preload +.. _`serializer.php`: https://github.com/symfony/symfony/blob/master/src/Symfony/Bundle/FrameworkBundle/Resources/config/serializer.php