diff options
Diffstat (limited to 'tests/http/upload.php')
-rw-r--r-- | tests/http/upload.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/http/upload.php b/tests/http/upload.php index 2f7c0b64..bb4af766 100644 --- a/tests/http/upload.php +++ b/tests/http/upload.php @@ -32,4 +32,4 @@ function handleRequest(ServerRequestInterface $req, ResponseInterface $resp): Re $resp->getBody()->write(json_encode($files, JSON_UNESCAPED_SLASHES)); return $resp; -}
\ No newline at end of file +} |