Completed
Push — master ( f06de0...8e99cf )
by Andrew
03:17
created
src/AppWrapper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
48 48
     {
49 49
         $serverRequest = $request->getServerRequest();
50 50
 
51
-        $headers  =  new Headers(['Content-Type' => 'text/html']);
51
+        $headers  = new Headers(['Content-Type' => 'text/html']);
52 52
         $response = (new Response(200, $headers))->withProtocolVersion('1.1');
53 53
 
54 54
         try {
Please login to merge, or discard this patch.