MINOR Fixed PHPDoc on Cookie class (fixes #7404)

This commit is contained in:
Ingo Schommer 2012-05-30 16:43:16 +02:00
parent cbf4ad3a75
commit 0b7af1ac17

View File

@ -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