Total Complexity | 2 |
Total Lines | 13 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
9 | final class CoverArtResponder extends AbstractBinaryResponder |
||
10 | { |
||
11 | 3 | public function __construct( |
|
12 | private readonly string $covertArt, |
||
13 | private readonly string $contentType, |
||
14 | ) { |
||
15 | 3 | } |
|
16 | |||
17 | 1 | public function writeResponse(ResponseInterface $response): ResponseInterface |
|
22 | } |
||
23 | } |
||
24 |