Mercurial > hg > isophonics-drupal-site
comparison vendor/symfony/serializer/Encoder/DecoderInterface.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 * | 34 * |
35 * @return mixed | 35 * @return mixed |
36 * | 36 * |
37 * @throws UnexpectedValueException | 37 * @throws UnexpectedValueException |
38 */ | 38 */ |
39 public function decode($data, $format, array $context = array()); | 39 public function decode($data, $format, array $context = []); |
40 | 40 |
41 /** | 41 /** |
42 * Checks whether the deserializer can decode from given format. | 42 * Checks whether the deserializer can decode from given format. |
43 * | 43 * |
44 * @param string $format Format name | 44 * @param string $format Format name |