Total Complexity | 2 |
Total Lines | 15 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
12 | final class ApiResponseFormatter implements DataResponseFormatterInterface |
||
13 | { |
||
14 | 2 | public function __construct(private ApiResponseDataFactory $apiResponseDataFactory, private JsonDataResponseFormatter $jsonDataResponseFormatter) |
|
15 | { |
||
16 | 2 | } |
|
17 | |||
18 | 2 | public function format(DataResponse $dataResponse): ResponseInterface |
|
27 | } |
||
28 | } |
||
29 |