gjerokrsteski/pimf-framework

View on GitHub
core/Pimf/Cookie.php

Summary

Maintainability
A
0 mins
Test Coverage

Method put has 6 arguments (exceeds 4 allowed). Consider refactoring.
Wontfix

    public static function put($name, $value, $expiration = 0, $path = '/', $domain = null, $secure = false)
Severity: Minor
Found in core/Pimf/Cookie.php - About 45 mins to fix

    Method forever has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Wontfix

        public static function forever($name, $value, $path = '/', $domain = null, $secure = false)
    Severity: Minor
    Found in core/Pimf/Cookie.php - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status