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/pid.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/http/pid.php') diff --git a/tests/http/pid.php b/tests/http/pid.php index 0c9a4e4d..f22d8e23 100644 --- a/tests/http/pid.php +++ b/tests/http/pid.php @@ -8,4 +8,4 @@ function handleRequest(ServerRequestInterface $req, ResponseInterface $resp): Re $resp->getBody()->write((string)getmypid()); return $resp; -} \ No newline at end of file +} -- cgit v1.2.3