diff options
Diffstat (limited to 'tests/http/user-agent.php')
-rw-r--r-- | tests/http/user-agent.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/http/user-agent.php b/tests/http/user-agent.php index 029f49e9..03d7a2c8 100644 --- a/tests/http/user-agent.php +++ b/tests/http/user-agent.php @@ -7,4 +7,4 @@ function handleRequest(ServerRequestInterface $req, ResponseInterface $resp): Re { $resp->getBody()->write($_SERVER['HTTP_USER_AGENT']); return $resp; -}
\ No newline at end of file +} |