Conditions | 2 |
Paths | 2 |
Total Lines | 4 |
Code Lines | 2 |
Lines | 0 |
Ratio | 0 % |
Tests | 0 |
CRAP Score | 6 |
Changes | 0 |
1 | <?php |
||
41 | protected function transformResponseBody(string $body, int $status, \Symfony\Component\Serializer\SerializerInterface $serializer, ?string $contentType) |
||
42 | { |
||
43 | if (200 === $status) { |
||
44 | return $serializer->deserialize($body, 'ConnectHolland\\TimechimpBundle\\Api\\Model\\User[]', 'json'); |
||
|
|||
45 | } |
||
48 |