[Serializer] Fix PHPDoc

This commit is contained in:
Kévin Dunglas 2015-01-18 20:33:52 +01:00
parent fef2bd4812
commit d264486dc1
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ abstract class AbstractNormalizer extends SerializerAwareNormalizer implements N
/**
* Set circular reference limit.
*
* @param $circularReferenceLimit limit of iterations for the same object
* @param int $circularReferenceLimit limit of iterations for the same object
*
* @return self
*/