1 | <?php |
||
11 | class ErrorNormalizer implements NormalizerInterface, TypeAwareInterface |
||
12 | { |
||
13 | /** |
||
14 | * @param Error $result |
||
15 | * @param NormalizationContext $normalizationContext |
||
16 | * @return array |
||
17 | */ |
||
18 | 33 | public function normalize($result, NormalizationContext $normalizationContext) |
|
29 | |||
30 | 81 | public function getType(): string |
|
34 | } |
||
35 |