Mercurial > hg > isophonics-drupal-site
comparison vendor/symfony/serializer/Normalizer/NormalizableInterface.php @ 17:129ea1e6d783
Update, including to Drupal core 8.6.10
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 13:21:36 +0000 |
parents | 1fec387a4317 |
children |
comparison
equal
deleted
inserted
replaced
16:c2387f117808 | 17:129ea1e6d783 |
---|---|
33 * based on different output formats | 33 * based on different output formats |
34 * @param array $context Options for normalizing this object | 34 * @param array $context Options for normalizing this object |
35 * | 35 * |
36 * @return array|string|int|float|bool | 36 * @return array|string|int|float|bool |
37 */ | 37 */ |
38 public function normalize(NormalizerInterface $normalizer, $format = null, array $context = array()); | 38 public function normalize(NormalizerInterface $normalizer, $format = null, array $context = []); |
39 } | 39 } |