@@ -63,7 +63,7 @@ discard block |
||
63 | 63 | public function renderer(Renderer $renderer, string|array|null $exceptions = null): RendererEntry |
64 | 64 | { |
65 | 65 | if ($exceptions === null) { |
66 | - $rendererEntry = new RendererEntry([], $renderer); |
|
66 | + $rendererEntry = new RendererEntry([], $renderer); |
|
67 | 67 | $this->defaultRenderer = $rendererEntry; |
68 | 68 | |
69 | 69 | return $rendererEntry; |
@@ -140,7 +140,7 @@ discard block |
||
140 | 140 | ); |
141 | 141 | } |
142 | 142 | |
143 | - $response = $this->responseFactory->createResponse(500)->withHeader('Content-Type', 'text/html') ; |
|
143 | + $response = $this->responseFactory->createResponse(500)->withHeader('Content-Type', 'text/html'); |
|
144 | 144 | $response->getBody()->write('<h1>500 Internal Server Error</h1>'); |
145 | 145 | |
146 | 146 | return $response; |