Total Complexity | 2 |
Total Lines | 22 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
13 | final class ApiResponseFormatter implements DataResponseFormatterInterface |
||
14 | { |
||
15 | private ApiResponseDataFactory $apiResponseDataFactory; |
||
16 | private JsonDataResponseFormatter $jsonDataResponseFormatter; |
||
17 | |||
18 | public function __construct( |
||
24 | } |
||
25 | |||
26 | public function format(DataResponse $dataResponse): ResponseInterface |
||
37 |