From 46783061ceddee1fe8dd4f9aa9e71a2e6a293e7f Mon Sep 17 00:00:00 2001 From: Thomas PEREZ Date: Wed, 9 Oct 2019 20:57:28 +0200 Subject: Php cs fixer --- tests/http/echoerr.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/http/echoerr.php') 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 +} -- cgit v1.2.3