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

Skip to content

Commit d264486

Browse files
committed
[Serializer] Fix PHPDoc
1 parent fef2bd4 commit d264486

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)