Total Complexity | 2 |
Total Lines | 17 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
14 | class PixelResponse extends Response |
||
15 | { |
||
16 | private const BASE_64_IMAGE = 'R0lGODlhAQABAJAAAP8AAAAAACH5BAUQAAAALAAAAAABAAEAAAICBAEAOw=='; |
||
17 | private const CONTENT_TYPE = 'image/gif'; |
||
18 | |||
19 | 1 | public function __construct(int $status = StatusCode::STATUS_OK, array $headers = []) |
|
23 | } |
||
24 | |||
25 | 1 | private function createBody(): StreamInterface |
|
33 |