venta/framework

View on GitHub
src/Http/src/CookieJar.php

Summary

Maintainability
A
2 hrs
Test Coverage

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

        string $name,
        string $value,
        $expiration,
        string $path = '',
        string $domain = '',
Severity: Major
Found in src/Http/src/CookieJar.php - About 50 mins to fix

    Method forever has 6 arguments (exceeds 4 allowed). Consider refactoring.
    Open

            string $name,
            string $value = null,
            string $path = '',
            string $domain = '',
            bool $secure = false,
    Severity: Minor
    Found in src/Http/src/CookieJar.php - About 45 mins to fix

      Method session has 6 arguments (exceeds 4 allowed). Consider refactoring.
      Open

              string $name,
              string $value,
              string $path = '',
              string $domain = '',
              bool $secure = false,
      Severity: Minor
      Found in src/Http/src/CookieJar.php - About 45 mins to fix

        There are no issues that match your filters.

        Category
        Status