Skip to content

Commit 10c711d

Browse files
committed
minor #9534 Fix "DateTimeInterface" URL (liviubalan, Liviu Balan)
This PR was merged into the 3.4 branch. Discussion ---------- Fix "DateTimeInterface" URL Change generated URL "http://api.symfony.com/3.4/DateTimeInterface.html" to "http://php.net/manual/en/class.datetimeinterface.php" <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- b99957b Changes after code review 1ebd63d Fix "DateTimeInterface" URL
2 parents 2466fc1 + b99957b commit 10c711d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

serializer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ As well as the following normalizers:
9999
* :class:`Symfony\\Component\\Serializer\\Normalizer\\ObjectNormalizer` to
100100
handle typical data objects
101101
* :class:`Symfony\\Component\\Serializer\\Normalizer\\DateTimeNormalizer` for
102-
objects implementing the :class:`DateTimeInterface` interface
102+
objects implementing the :phpclass:`DateTimeInterface` interface
103103
* :class:`Symfony\\Component\\Serializer\\Normalizer\\DataUriNormalizer` to
104104
transform :class:`SplFileInfo` objects in `Data URIs`_
105105
* :class:`Symfony\\Component\\Serializer\\Normalizer\\JsonSerializableNormalizer`

0 commit comments

Comments
 (0)