Skip to content

Commit 9b70b15

Browse files
committed
minor #9535 Fix "SplFileInfo" URL (liviubalan, Liviu Balan)
This PR was merged into the 3.4 branch. Discussion ---------- Fix "SplFileInfo" URL Change generated URL "http://api.symfony.com/3.4/SplFileInfo.html" to "http://php.net/manual/en/class.splfileinfo.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 ------- 0ea6555 Changes after code review 6dbb432 Fix "SplFileInfo" URL
2 parents 10c711d + 0ea6555 commit 9b70b15

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
@@ -101,7 +101,7 @@ As well as the following normalizers:
101101
* :class:`Symfony\\Component\\Serializer\\Normalizer\\DateTimeNormalizer` for
102102
objects implementing the :phpclass:`DateTimeInterface` interface
103103
* :class:`Symfony\\Component\\Serializer\\Normalizer\\DataUriNormalizer` to
104-
transform :class:`SplFileInfo` objects in `Data URIs`_
104+
transform :phpclass:`SplFileInfo` objects in `Data URIs`_
105105
* :class:`Symfony\\Component\\Serializer\\Normalizer\\JsonSerializableNormalizer`
106106
to deal with objects implementing the :class:`JsonSerializable` interface
107107
* :class:`Symfony\\Component\\Serializer\\Normalizer\\ArrayDenormalizer` to

0 commit comments

Comments
 (0)