File tree 2 files changed +0
-8
lines changed 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -900,10 +900,6 @@ The Serializer component provides several built-in normalizers:
900
900
:class: `Symfony\\ Component\\ Serializer\\ Normalizer\\ BackedEnumNormalizer `
901
901
This normalizer converts a \B ackedEnum objects into strings or integers.
902
902
903
- .. note ::
904
-
905
- The PHP BackedEnum used by ``BackedEnumNormalizer `` requires at least PHP 8.1.
906
-
907
903
:class: `Symfony\\ Component\\ Serializer\\ Normalizer\\ FormErrorNormalizer `
908
904
This normalizer works with classes that implement
909
905
:class: `Symfony\\ Component\\ Form\\ FormInterface `.
Original file line number Diff line number Diff line change @@ -78,10 +78,6 @@ As well as the following normalizers:
78
78
* :class: `Symfony\\ Component\\ Serializer\\ Normalizer\\ ProblemNormalizer `
79
79
* :class: `Symfony\\ Component\\ Serializer\\ Normalizer\\ BackedEnumNormalizer `
80
80
81
- .. note ::
82
-
83
- The PHP BackedEnum used by ``BackedEnumNormalizer `` requires at least PHP 8.1.
84
-
85
81
Other :ref: `built-in normalizers <component-serializer-normalizers >` and
86
82
custom normalizers and/or encoders can also be loaded by tagging them as
87
83
:ref: `serializer.normalizer <reference-dic-tags-serializer-normalizer >` and
You can’t perform that action at this time.
0 commit comments