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
790790-----------
791791
792792Normalizers turn **object ** into **array ** and vice versa. They implement
793- :: class: `Symfony\\ Component\\ Serializer\\ Normalizer\\ NormalizableInterface `
793+ :class: `Symfony\\ Component\\ Serializer\\ Normalizer\\ NormalizableInterface `
794794for 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
You can’t perform that action at this time.
0 commit comments