Skip to content

Commit 7a7d871

Browse files
committed
minor #20778 [Serializer] Fix namespace (HypeMC)
This PR was merged into the 6.4 branch. Discussion ---------- [Serializer] Fix namespace I messed up in #20776. Somehow I misread the namespace for a use statement. The original was correct. Sorry about this 😞 Commits ------- d0a17c5 [Serializer] Fix namespace
2 parents 8b06b55 + d0a17c5 commit 7a7d871

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

serializer.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1421,7 +1421,7 @@ like:
14211421
.. code-block:: php
14221422
14231423
// config/services.php
1424-
namespace Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator;
1424+
namespace Symfony\Component\DependencyInjection\Loader\Configurator;
14251425
14261426
use Symfony\Component\Serializer\Normalizer\CustomNormalizer;
14271427

0 commit comments

Comments
 (0)