File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1377,7 +1377,7 @@ Built-in Normalizers
13771377~~~~~~~~~~~~~~~~~~~~
13781378
13791379Besides 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
13811381these by defining a service and tag it with :ref: `serializer.normalizer <reference-dic-tags-serializer-normalizer >`.
13821382For instance, to use the ``CustomNormalizer `` you have to define a service
13831383like:
@@ -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
You can’t perform that action at this time.
0 commit comments