File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -719,10 +719,6 @@ There are several types of normalizers available:
719
719
This normalizer converts :phpclass: `DateTimeZone ` objects into strings that
720
720
represent the name of the timezone according to the `list of PHP timezones `_.
721
721
722
- .. versionadded :: 4.3
723
-
724
- The ``DateTimeZoneNormalizer `` was introduced in Symfony 4.3.
725
-
726
722
:class: `Symfony\\ Component\\ Serializer\\ Normalizer\\ DataUriNormalizer `
727
723
This normalizer converts :phpclass: `SplFileInfo ` objects into a data URI
728
724
string (``data:... ``) such that files can be embedded into serialized data.
Original file line number Diff line number Diff line change @@ -70,10 +70,6 @@ As well as the following normalizers:
70
70
* :class: `Symfony\\ Component\\ Serializer\\ Normalizer\\ ArrayDenormalizer ` to
71
71
denormalize arrays of objects using a format like `MyObject[] ` (note the `[] ` suffix)
72
72
73
- .. versionadded :: 4.3
74
-
75
- The ``DateTimeZoneNormalizer `` was introduced in Symfony 4.3.
76
-
77
73
Custom normalizers and/or encoders can also be loaded by tagging them as
78
74
:ref: `serializer.normalizer <reference-dic-tags-serializer-normalizer >` and
79
75
:ref: `serializer.encoder <reference-dic-tags-serializer-encoder >`. It's also
You can’t perform that action at this time.
0 commit comments