Passed
Push — main ( caf1de...bdf69f )
by Thomas
02:35
created
src/Handler.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -100,7 +100,7 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.