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