Merge branch '2.8' into 3.4

* 2.8:
  [Serializer] Updates DocBlock to a mixed param type
This commit is contained in:
Nicolas Grekas 2018-06-22 10:58:39 +02:00
commit 0e0cf1467a

View File

@ -25,7 +25,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
*