[Serializer] Updates DocBlock to a mixed param type

This commit is contained in:
Andrew Clark 2018-06-20 21:01:59 +01:00 committed by Nicolas Grekas
parent 00b6f53a55
commit dca9ff529a

View File

@ -21,7 +21,7 @@ interface NormalizerInterface
/**
* Normalizes an object into a set of arrays/scalars.
*
* @param object $object Object to normalize
* @param mixed $object Object to normalize
* @param string $format Format the normalization result will be encoded as
* @param array $context Context options for the normalizer
*