Remove copy&paste failure
This commit is contained in:
parent
f7e1cfd416
commit
a8b89dc486
1 changed files with 1 additions and 3 deletions
|
@ -143,12 +143,10 @@ class Cookie
|
||||||
* @param string $path [optional]
|
* @param string $path [optional]
|
||||||
* @param string $domain [optional]
|
* @param string $domain [optional]
|
||||||
* @param bool $secure [optional]
|
* @param bool $secure [optional]
|
||||||
* @param bool $httponly [optional] <p>
|
* @param bool $httponly [optional]
|
||||||
*
|
*
|
||||||
* @return bool If output exists prior to calling this function,
|
* @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,
|
protected function setCookie(string $name, string $value = null, int $expire = null,
|
||||||
string $path = null, string $domain = null,
|
string $path = null, string $domain = null,
|
||||||
|
|
Loading…
Reference in a new issue