Remove copy&paste failure

This commit is contained in:
nupplaPhil
2019-12-09 21:55:51 +01:00
parent f7e1cfd416
commit a8b89dc486

View File

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