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 @@ -1434,7 +1434,7 @@ Built-in Normalizers
1434
1434
~~~~~~~~~~~~~~~~~~~~
1435
1435
1436
1436
Besides 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
1438
1438
these by defining a service and tag it with :ref: `serializer.normalizer <reference-dic-tags-serializer-normalizer >`.
1439
1439
For instance, to use the ``CustomNormalizer `` you have to define a service
1440
1440
like:
@@ -1478,7 +1478,7 @@ like:
1478
1478
.. code-block :: php
1479
1479
1480
1480
// config/services.php
1481
- namespace Symfony\Component\DependencyInjection\Loader\Configurator;
1481
+ namespace Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator ;
1482
1482
1483
1483
use Symfony\Component\Serializer\Normalizer\CustomNormalizer;
1484
1484
You can’t perform that action at this time.
0 commit comments