We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9430008 commit f6243a3Copy full SHA for f6243a3
src/Renderer/HeaderRenderer.php
@@ -44,6 +44,10 @@ public function renderVerbose(Throwable $t, ?ServerRequestInterface $request = n
44
);
45
}
46
47
+ /**
48
+ * @param array<string, string|string[]> $headers
49
+ * @return array<string, string|string[]>
50
+ */
51
private function addContentTypeHeader(array $headers): array
52
{
53
if ($this->contentType !== null) {
0 commit comments