diff options
Diffstat (limited to 'tests/http/echo.php')
-rw-r--r-- | tests/http/echo.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/http/echo.php b/tests/http/echo.php index 7004ada0..08e29a26 100644 --- a/tests/http/echo.php +++ b/tests/http/echo.php @@ -7,4 +7,4 @@ function handleRequest(ServerRequestInterface $req, ResponseInterface $resp): Re { $resp->getBody()->write(strtoupper($req->getQueryParams()['hello'])); return $resp->withStatus(201); -}
\ No newline at end of file +} |