diff options
Diffstat (limited to 'tests/http/ip.php')
-rw-r--r-- | tests/http/ip.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/http/ip.php b/tests/http/ip.php index 2253e3f8..49eb9285 100644 --- a/tests/http/ip.php +++ b/tests/http/ip.php @@ -8,4 +8,4 @@ function handleRequest(ServerRequestInterface $req, ResponseInterface $resp): Re $resp->getBody()->write($req->getServerParams()['REMOTE_ADDR']); return $resp; -}
\ No newline at end of file +} |