plugins/sys/classes/yf_cookie.class.php

Summary

Maintainability
A
1 hr
Test Coverage

Method set has 8 arguments (exceeds 4 allowed). Consider refactoring.
Open

    public function set($name, $value = '', $expire = 0, $path = null, $domain = null, $secure = null, $httponly = null, $params = [])
Severity: Major
Found in plugins/sys/classes/yf_cookie.class.php - About 1 hr to fix

    Method del has 7 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        public function del($name, $expire = 0, $path = null, $domain = null, $secure = null, $httponly = null, $params = [])
    Severity: Major
    Found in plugins/sys/classes/yf_cookie.class.php - About 50 mins to fix

      There are no issues that match your filters.

      Category
      Status