bcit-ci/CodeIgniter

View on GitHub
system/helpers/cookie_helper.php

Summary

Maintainability
A
1 hr
Test Coverage

Method set_cookie has 9 arguments (exceeds 4 allowed). Consider refactoring.
Open

    function set_cookie($name, $value = '', $expire = 0, $domain = '', $path = '/', $prefix = '', $secure = NULL, $httponly = NULL, $samesite = NULL)
Severity: Major
Found in system/helpers/cookie_helper.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status