Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0021010

Browse files
committed
minor #13442 [Serializer] minor: Fix PHPDoc (dunglas)
This PR was merged into the 2.7 branch. Discussion ---------- [Serializer] minor: Fix PHPDoc | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | License | MIT | Doc PR | n/a Fix PHPDoc as pointed by @stof in https://github.com/symfony/symfony/pull/13255/files#r23134338 Commits ------- d264486 [Serializer] Fix PHPDoc
2 parents ba9392c + d264486 commit 0021010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Serializer/Normalizer/AbstractNormalizer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public function __construct(ClassMetadataFactory $classMetadataFactory = null)
4242
/**
4343
* Set circular reference limit.
4444
*
45-
* @param $circularReferenceLimit limit of iterations for the same object
45+
* @param int $circularReferenceLimit limit of iterations for the same object
4646
*
4747
* @return self
4848
*/

0 commit comments

Comments
 (0)