Skip to content

Commit 9b0c51d

Browse files
committed
Fix typo
1 parent 6ef79cf commit 9b0c51d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Servers/WorkermanServer/start.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
foreach ($request->header() as $name => $value) {
2222
$body .= "$name: $value\n";
2323
}
24-
;
24+
2525
return $connection->send( new Response(
2626
200,
2727
['Content-Type' => 'text/plain'],

0 commit comments

Comments
 (0)