From a8b89dc48666505a39b4906ff7764906104c6dac Mon Sep 17 00:00:00 2001 From: nupplaPhil Date: Mon, 9 Dec 2019 21:55:51 +0100 Subject: [PATCH] Remove copy&paste failure --- src/Model/User/Cookie.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/Model/User/Cookie.php b/src/Model/User/Cookie.php index d8404e41e3..b6e20dfed6 100644 --- a/src/Model/User/Cookie.php +++ b/src/Model/User/Cookie.php @@ -143,12 +143,10 @@ class Cookie * @param string $path [optional] * @param string $domain [optional] * @param bool $secure [optional] - * @param bool $httponly [optional]

+ * @param bool $httponly [optional] * * @return bool If output exists prior to calling this function, * - * @since 4.0 - * @since 5.0 */ protected function setCookie(string $name, string $value = null, int $expire = null, string $path = null, string $domain = null,