Skip to content

Commit f6243a3

Browse files
committed
fix
1 parent 9430008 commit f6243a3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Renderer/HeaderRenderer.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ public function renderVerbose(Throwable $t, ?ServerRequestInterface $request = n
4444
);
4545
}
4646

47+
/**
48+
* @param array<string, string|string[]> $headers
49+
* @return array<string, string|string[]>
50+
*/
4751
private function addContentTypeHeader(array $headers): array
4852
{
4953
if ($this->contentType !== null) {

0 commit comments

Comments
 (0)