[Serializer] Fix PHPDoc

This commit is contained in:
Kévin Dunglas 2015-01-18 20:33:52 +01:00
parent fef2bd4812
commit d264486dc1

View File

@ -42,7 +42,7 @@ abstract class AbstractNormalizer extends SerializerAwareNormalizer implements N
/** /**
* Set circular reference limit. * 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 * @return self
*/ */