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 @@ -1434,7 +1434,7 @@ Built-in Normalizers
14341434~~~~~~~~~~~~~~~~~~~~
14351435
14361436Besides the normalizers registered by default (see previous section), the
1437- serializer component also provides some extra normalizers.You can register
1437+ serializer component also provides some extra normalizers. You can register
14381438these by defining a service and tag it with :ref: `serializer.normalizer <reference-dic-tags-serializer-normalizer >`.
14391439For instance, to use the ``CustomNormalizer `` you have to define a service
14401440like:
@@ -1478,7 +1478,7 @@ like:
14781478 .. code-block :: php
14791479
14801480 // config/services.php
1481- namespace Symfony\Component\DependencyInjection\Loader\Configurator;
1481+ namespace Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator ;
14821482
14831483 use Symfony\Component\Serializer\Normalizer\CustomNormalizer;
14841484
You can’t perform that action at this time.
0 commit comments