comparison 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
comparison
equal deleted inserted replaced
15:e200cb7efeb3 16:c2387f117808
23 interface NormalizerInterface 23 interface NormalizerInterface
24 { 24 {
25 /** 25 /**
26 * Normalizes an object into a set of arrays/scalars. 26 * Normalizes an object into a set of arrays/scalars.
27 * 27 *
28 * @param object $object Object to normalize 28 * @param mixed $object Object to normalize
29 * @param string $format Format the normalization result will be encoded as 29 * @param string $format Format the normalization result will be encoded as
30 * @param array $context Context options for the normalizer 30 * @param array $context Context options for the normalizer
31 * 31 *
32 * @return array|string|int|float|bool 32 * @return array|string|int|float|bool
33 * 33 *