laravel/framework

View on GitHub
src/Illuminate/Contracts/Cookie/Factory.php

Summary

Maintainability
A
2 hrs
Test Coverage

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

    public function make($name, $value, $minutes = 0, $path = null, $domain = null, $secure = null, $httpOnly = true, $raw = false, $sameSite = null);
Severity: Major
Found in src/Illuminate/Contracts/Cookie/Factory.php - About 1 hr to fix

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

        public function forever($name, $value, $path = null, $domain = null, $secure = null, $httpOnly = true, $raw = false, $sameSite = null);
    Severity: Major
    Found in src/Illuminate/Contracts/Cookie/Factory.php - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status