diff options
Diffstat (limited to 'tests/http/pid.php')
-rw-r--r-- | tests/http/pid.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 +} |