Remove copy&paste failure

This commit is contained in:
Philipp Holzer 2019-12-09 21:55:51 +01:00
parent f7e1cfd416
commit a8b89dc486
No known key found for this signature in database
GPG Key ID: D8365C3D36B77D90
1 changed files with 1 additions and 3 deletions

View File

@ -143,12 +143,10 @@ class Cookie
* @param string $path [optional]
* @param string $domain [optional]
* @param bool $secure [optional]
* @param bool $httponly [optional] <p>
* @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,