Mercurial > hg > isophonics-drupal-site
diff vendor/symfony/serializer/Normalizer/NormalizableInterface.php @ 14:1fec387a4317
Update Drupal core to 8.5.2 via Composer
author | Chris Cannam |
---|---|
date | Mon, 23 Apr 2018 09:46:53 +0100 |
parents | 4c8ae668cc8c |
children | 129ea1e6d783 |
line wrap: on
line diff
--- a/vendor/symfony/serializer/Normalizer/NormalizableInterface.php Mon Apr 23 09:33:26 2018 +0100 +++ b/vendor/symfony/serializer/Normalizer/NormalizableInterface.php Mon Apr 23 09:46:53 2018 +0100 @@ -28,12 +28,12 @@ * recursively all child objects of the implementor. * * @param NormalizerInterface $normalizer The normalizer is given so that you - * can use it to normalize objects contained within this object. + * can use it to normalize objects contained within this object * @param string|null $format The format is optionally given to be able to normalize differently - * based on different output formats. + * based on different output formats * @param array $context Options for normalizing this object * - * @return array|scalar + * @return array|string|int|float|bool */ public function normalize(NormalizerInterface $normalizer, $format = null, array $context = array()); }