We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50c8385 commit b67f780Copy full SHA for b67f780
components/serializer.rst
@@ -510,8 +510,8 @@ There are several types of normalizers available:
510
the "get"/"set"/"has"/"remove" prefix and converted to lower case) to property
511
values.
512
513
- The ``ObjectNormalizer`` is the most powerful normalizer. It is a configured
514
- by default when using the Symfony Standard Edition with the serializer enabled.
+ The ``ObjectNormalizer`` is the most powerful normalizer. It is configured by
+ default when using the Symfony Standard Edition with the serializer enabled.
515
516
:class:`Symfony\\Component\\Serializer\\Normalizer\\GetSetMethodNormalizer`
517
This normalizer reads the content of the class by calling the "getters"
0 commit comments