Skip to content

Commit 495053b

Browse files
Fixed syntax error
=> rather than :
1 parent 7a8d96e commit 495053b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AppWrapper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public function __construct(App $app)
4545
*/
4646
public function handleRequest(ServerRequestInterface $request)
4747
{
48-
$headers = new Headers(['Content-Type': 'text/html']);
48+
$headers = new Headers(['Content-Type' => 'text/html']);
4949
$response = (new Response(200, $headers))->withProtocolVersion('1.1');
5050

5151
try {

0 commit comments

Comments
 (0)