1 | <?php |
||
21 | class ArrayBodyTransformer extends AbstractPsrResponseTransformer |
||
22 | { |
||
23 | /** |
||
24 | * @param ResponseInterface $response |
||
25 | * @param string $resourceClass |
||
26 | * |
||
27 | * @SuppressWarnings(PHPMD.UnusedFormalParameter) |
||
28 | * |
||
29 | * @throws \InvalidArgumentException |
||
30 | * @throws \RuntimeException |
||
31 | * |
||
32 | * @return array |
||
33 | */ |
||
34 | 80 | public function transform(ResponseInterface $response, $resourceClass): array |
|
38 | } |
||
39 |