summaryrefslogtreecommitdiff
path: root/tests/http/push.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/http/push.php')
-rw-r--r--tests/http/push.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/http/push.php b/tests/http/push.php
index bf56dbb6..efe9eeda 100644
--- a/tests/http/push.php
+++ b/tests/http/push.php
@@ -7,4 +7,4 @@ function handleRequest(ServerRequestInterface $req, ResponseInterface $resp): Re
{
$resp->getBody()->write(strtoupper($req->getQueryParams()['hello']));
return $resp->withAddedHeader("http2-push", __FILE__)->withStatus(201);
-} \ No newline at end of file
+}