Total Complexity | 3 |
Total Lines | 19 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php declare(strict_types=1); |
||
10 | class CategoryDenormalizer implements DenormalizerInterface |
||
11 | { |
||
12 | /** |
||
13 | * @inheritdoc |
||
14 | */ |
||
15 | public function denormalize($data, $class, $format = null, array $context = []): Category |
||
20 | ); |
||
21 | } |
||
22 | |||
23 | /** |
||
24 | * @inheritdoc |
||
25 | */ |
||
26 | public function supportsDenormalization($data, $type, $format = null): bool |
||
31 |