Skip to content

Commit 8c64e05

Browse files
committed
minor #9536 Fix "JsonSerializable" URL (liviubalan, Liviu Balan)
This PR was merged into the 3.4 branch. Discussion ---------- Fix "JsonSerializable" URL Change generated URL "http://api.symfony.com/3.4/JsonSerializable.html" to "http://php.net/manual/en/class.jsonserializable.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 ------- fbd87a6 Changes after code review 5116cc3 Fix "JsonSerializable" URL
2 parents 9b70b15 + fbd87a6 commit 8c64e05

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
@@ -103,7 +103,7 @@ As well as the following normalizers:
103103
* :class:`Symfony\\Component\\Serializer\\Normalizer\\DataUriNormalizer` to
104104
transform :phpclass:`SplFileInfo` objects in `Data URIs`_
105105
* :class:`Symfony\\Component\\Serializer\\Normalizer\\JsonSerializableNormalizer`
106-
to deal with objects implementing the :class:`JsonSerializable` interface
106+
to deal with objects implementing the :phpclass:`JsonSerializable` interface
107107
* :class:`Symfony\\Component\\Serializer\\Normalizer\\ArrayDenormalizer` to
108108
denormalize arrays of objects using a format like `MyObject[]` (note the `[]` suffix)
109109

0 commit comments

Comments
 (0)