Total Complexity | 6 |
Total Lines | 30 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
25 | class RelationNormalizer implements NormalizerInterface |
||
26 | { |
||
27 | /** |
||
28 | * {@inheritdoc} |
||
29 | * |
||
30 | * @throws \InvalidArgumentException |
||
31 | */ |
||
32 | public function normalize($object, $format = null, array $context = []): array |
||
47 | } |
||
48 | |||
49 | /** |
||
50 | * {@inheritdoc} |
||
51 | */ |
||
52 | public function supportsNormalization($data, $format = null): bool |
||
57 |