Skip to content

Commit 5401d71

Browse files
committed
Merge branch '5.3' into 5.4
* 5.3: [Serializer] Fix grammar issue [Serializer] Remove colon
2 parents 70fda01 + 3e06e90 commit 5401d71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/serializer.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -790,7 +790,7 @@ Normalizers
790790
-----------
791791

792792
Normalizers turn **object** into **array** and vice versa. They implement
793-
::class:`Symfony\\Component\\Serializer\\Normalizer\\NormalizableInterface`
793+
:class:`Symfony\\Component\\Serializer\\Normalizer\\NormalizableInterface`
794794
for normalize (object to array) and
795795
:class:`Symfony\\Component\\Serializer\\Normalizer\\DenormalizableInterface` for denormalize
796796
(array to object).
@@ -872,7 +872,7 @@ The Serializer component provides several built-in normalizers:
872872
This normalizer works with classes that implement
873873
:class:`Symfony\\Component\\Form\\FormInterface`.
874874

875-
It will get errors from the form and normalize them into an normalized array.
875+
It will get errors from the form and normalize them into a normalized array.
876876

877877
:class:`Symfony\\Component\\Serializer\\Normalizer\\ConstraintViolationListNormalizer`
878878
This normalizer converts objects that implement

0 commit comments

Comments
 (0)