diff options
Diffstat (limited to 'tests/http/headers.php')
-rw-r--r-- | tests/http/headers.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/http/headers.php b/tests/http/headers.php index c85d5caf..b6f3967a 100644 --- a/tests/http/headers.php +++ b/tests/http/headers.php @@ -8,4 +8,4 @@ function handleRequest(ServerRequestInterface $req, ResponseInterface $resp): Re $resp->getBody()->write(json_encode($req->getHeaders())); return $resp; -}
\ No newline at end of file +} |