From bbeae7d11d7bce19682833cad0192843710be2c1 Mon Sep 17 00:00:00 2001 From: Joanhey Date: Fri, 23 Dec 2022 01:07:24 +0100 Subject: [PATCH] Fix type hint --- src/AdapterFunctions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AdapterFunctions.php b/src/AdapterFunctions.php index 3f05b3a..6545e00 100644 --- a/src/AdapterFunctions.php +++ b/src/AdapterFunctions.php @@ -43,7 +43,7 @@ function http_response_code(int $code = null): int * * @param string $name * @param string $value - * @param integer $expires + * @param int|array $expires * @param string $path * @param string $domain * @param boolean $secure