plugins/sys/classes/yf_cookie.class.php
Method set
has 8 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function set($name, $value = '', $expire = 0, $path = null, $domain = null, $secure = null, $httponly = null, $params = [])
Method del
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function del($name, $expire = 0, $path = null, $domain = null, $secure = null, $httponly = null, $params = [])