Skip to content

Commit

Permalink
Removed the versionadded directives
Browse files Browse the repository at this point in the history
  • Loading branch information
javiereguiluz committed Sep 26, 2019
1 parent 434d240 commit d82dfe2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions components/serializer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -719,10 +719,6 @@ There are several types of normalizers available:
This normalizer converts :phpclass:`DateTimeZone` objects into strings that
represent the name of the timezone according to the `list of PHP timezones`_.

.. versionadded:: 4.3

The ``DateTimeZoneNormalizer`` was introduced in Symfony 4.3.

:class:`Symfony\\Component\\Serializer\\Normalizer\\DataUriNormalizer`
This normalizer converts :phpclass:`SplFileInfo` objects into a data URI
string (``data:...``) such that files can be embedded into serialized data.
Expand Down
4 changes: 0 additions & 4 deletions serializer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,6 @@ As well as the following normalizers:
* :class:`Symfony\\Component\\Serializer\\Normalizer\\ArrayDenormalizer` to
denormalize arrays of objects using a format like `MyObject[]` (note the `[]` suffix)

.. versionadded:: 4.3

The ``DateTimeZoneNormalizer`` was introduced in Symfony 4.3.

Custom normalizers and/or encoders can also be loaded by tagging them as
:ref:`serializer.normalizer <reference-dic-tags-serializer-normalizer>` and
:ref:`serializer.encoder <reference-dic-tags-serializer-encoder>`. It's also
Expand Down

0 comments on commit d82dfe2

Please sign in to comment.