@@ -100,7 +100,7 @@ |
||
100 | 100 | |
101 | 101 | $this->logUnmatched($exception); |
102 | 102 | |
103 | - $response = $this->responseFactory->createResponse(500)->withHeader('Content-Type', 'text/html') ; |
|
103 | + $response = $this->responseFactory->createResponse(500)->withHeader('Content-Type', 'text/html'); |
|
104 | 104 | $response->getBody()->write('<h1>500 Internal Server Error</h1>'); |
105 | 105 | |
106 | 106 | return $response; |