From 0b7af1ac17455ed09b4de4f21b2a86e209b6bdba Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Wed, 30 May 2012 16:43:16 +0200 Subject: [PATCH] MINOR Fixed PHPDoc on Cookie class (fixes #7404) --- control/Cookie.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/control/Cookie.php b/control/Cookie.php index 655800d85..3fb345e21 100644 --- a/control/Cookie.php +++ b/control/Cookie.php @@ -16,7 +16,7 @@ class Cookie { * Set a cookie variable * * @param string $name The variable name - * @param string $value The variable value. May be an array or object if you wish. + * @param string $value The variable value. * @param int $expiry The expiry time, in days. Defaults to 90. * @param string $path See http://php.net/set_session * @param string $domain See http://php.net/set_session