Mercurial > hg > isophonics-drupal-site
comparison vendor/symfony/serializer/Normalizer/DenormalizableInterface.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 |
---|---|
34 * differently based on different input formats | 34 * differently based on different input formats |
35 * @param array $context Options for denormalizing | 35 * @param array $context Options for denormalizing |
36 * | 36 * |
37 * @return object | 37 * @return object |
38 */ | 38 */ |
39 public function denormalize(DenormalizerInterface $denormalizer, $data, $format = null, array $context = array()); | 39 public function denormalize(DenormalizerInterface $denormalizer, $data, $format = null, array $context = []); |
40 } | 40 } |