diff --git a/src/functions/tools.php b/src/functions/tools.php index e146e89..8f409af 100644 --- a/src/functions/tools.php +++ b/src/functions/tools.php @@ -78,7 +78,7 @@ function openFile(string $path): ?string */ function httpRequest( string $url, - array|string $args = null, + array|string|null $args = null, string $method = Request::GET, array $options = [], ): Response {