Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fef2bd4 commit d264486Copy full SHA for d264486
src/Symfony/Component/Serializer/Normalizer/AbstractNormalizer.php
@@ -42,7 +42,7 @@ public function __construct(ClassMetadataFactory $classMetadataFactory = null)
42
/**
43
* Set circular reference limit.
44
*
45
- * @param $circularReferenceLimit limit of iterations for the same object
+ * @param int $circularReferenceLimit limit of iterations for the same object
46
47
* @return self
48
*/
0 commit comments