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 @@ -790,7 +790,7 @@ Normalizers
790
790
-----------
791
791
792
792
Normalizers turn **object ** into **array ** and vice versa. They implement
793
- :: class: `Symfony\\ Component\\ Serializer\\ Normalizer\\ NormalizableInterface `
793
+ :class: `Symfony\\ Component\\ Serializer\\ Normalizer\\ NormalizableInterface `
794
794
for normalize (object to array) and
795
795
:class: `Symfony\\ Component\\ Serializer\\ Normalizer\\ DenormalizableInterface ` for denormalize
796
796
(array to object).
@@ -872,7 +872,7 @@ The Serializer component provides several built-in normalizers:
872
872
This normalizer works with classes that implement
873
873
:class: `Symfony\\ Component\\ Form\\ FormInterface `.
874
874
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.
876
876
877
877
:class: `Symfony\\ Component\\ Serializer\\ Normalizer\\ ConstraintViolationListNormalizer `
878
878
This normalizer converts objects that implement
You can’t perform that action at this time.
0 commit comments