| Total Complexity | 4 |
| Total Lines | 32 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 9 | class ObjectTransformer extends SerializerTransformer |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * @param ResponseInterface|Response $response |
||
| 13 | * |
||
| 14 | * {@inheritdoc} |
||
| 15 | */ |
||
| 16 | 19 | public function transform(ResponseInterface $response) |
|
| 26 | 19 | } |
|
| 27 | |||
| 28 | /** |
||
| 29 | * @param ResponseInterface|Response $response |
||
| 30 | * |
||
| 31 | * {@inheritdoc} |
||
| 32 | */ |
||
| 33 | 35 | public function supports(ResponseInterface $response): bool |
|
| 44 |