Skip to content

Commit 8b06b55

Browse files
committed
minor #20776 [Serializer] Add missing space + fix import (HypeMC)
This PR was merged into the 6.4 branch. Discussion ---------- [Serializer] Add missing space + fix import Adds a missing space and fixes an incorrect import. Commits ------- a1647c6 [Serializer] Add missing space + fix import
2 parents 378f0a1 + a1647c6 commit 8b06b55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

serializer.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1377,7 +1377,7 @@ Built-in Normalizers
13771377
~~~~~~~~~~~~~~~~~~~~
13781378

13791379
Besides the normalizers registered by default (see previous section), the
1380-
serializer component also provides some extra normalizers.You can register
1380+
serializer component also provides some extra normalizers. You can register
13811381
these by defining a service and tag it with :ref:`serializer.normalizer <reference-dic-tags-serializer-normalizer>`.
13821382
For instance, to use the ``CustomNormalizer`` you have to define a service
13831383
like:
@@ -1421,7 +1421,7 @@ like:
14211421
.. code-block:: php
14221422
14231423
// config/services.php
1424-
namespace Symfony\Component\DependencyInjection\Loader\Configurator;
1424+
namespace Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator;
14251425
14261426
use Symfony\Component\Serializer\Normalizer\CustomNormalizer;
14271427

0 commit comments

Comments
 (0)