diff --git a/src/Response.php b/src/Response.php index 7176205..23451cc 100755 --- a/src/Response.php +++ b/src/Response.php @@ -274,9 +274,9 @@ public function withCookie(string $name, string $value, string $expire = "7 days /** * Delete cookie * - * @param string $name The name of the cookie + * @param mixed $name The name of the cookie */ - public function withoutCookie(string $name) + public function withoutCookie($name) { if (!class_exists('Leaf\Http\Cookie')) { Headers::contentHtml();