Mercurial > hg > isophonics-drupal-site
diff vendor/symfony/serializer/Normalizer/NormalizerInterface.php @ 16:c2387f117808
Routine composer update
author | Chris Cannam |
---|---|
date | Tue, 10 Jul 2018 15:07:59 +0100 |
parents | 1fec387a4317 |
children | 129ea1e6d783 |
line wrap: on
line diff
--- a/vendor/symfony/serializer/Normalizer/NormalizerInterface.php Thu Apr 26 11:26:54 2018 +0100 +++ b/vendor/symfony/serializer/Normalizer/NormalizerInterface.php Tue Jul 10 15:07:59 2018 +0100 @@ -25,7 +25,7 @@ /** * 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 *