File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1377,7 +1377,7 @@ Built-in Normalizers
1377
1377
~~~~~~~~~~~~~~~~~~~~
1378
1378
1379
1379
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
1381
1381
these by defining a service and tag it with :ref: `serializer.normalizer <reference-dic-tags-serializer-normalizer >`.
1382
1382
For instance, to use the ``CustomNormalizer `` you have to define a service
1383
1383
like:
@@ -1421,7 +1421,7 @@ like:
1421
1421
.. code-block :: php
1422
1422
1423
1423
// config/services.php
1424
- namespace Symfony\Component\DependencyInjection\Loader\Configurator;
1424
+ namespace Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator ;
1425
1425
1426
1426
use Symfony\Component\Serializer\Normalizer\CustomNormalizer;
1427
1427
You can’t perform that action at this time.
0 commit comments