| Total Complexity | 3 |
| Total Lines | 28 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 10 | final class StreamResponder extends AbstractBinaryResponder |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * @param array{ |
||
| 14 | * contentType: string, |
||
| 15 | * stream: StreamInterface, |
||
| 16 | * estimatedContentLength?: int |
||
| 17 | * } $streamData |
||
| 18 | */ |
||
| 19 | 2 | public function __construct( |
|
| 22 | } |
||
| 23 | |||
| 24 | 1 | public function writeResponse(ResponseInterface $response): ResponseInterface |
|
| 40 |