diff options
Diffstat (limited to 'tests/http/error2.php')
-rw-r--r-- | tests/http/error2.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/http/error2.php b/tests/http/error2.php index 617b5a3f..12a672ac 100644 --- a/tests/http/error2.php +++ b/tests/http/error2.php @@ -6,4 +6,4 @@ use Psr\Http\Message\ServerRequestInterface; function handleRequest(ServerRequestInterface $req, ResponseInterface $resp): ResponseInterface { exit(); -}
\ No newline at end of file +} |