summaryrefslogtreecommitdiff
path: root/tests/http/echoerr.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/http/echoerr.php')
-rw-r--r--tests/http/echoerr.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/http/echoerr.php b/tests/http/echoerr.php
index da2ff4d8..7e1d05e7 100644
--- a/tests/http/echoerr.php
+++ b/tests/http/echoerr.php
@@ -9,4 +9,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
+}