themichaelhall/bluemvc-core

View on GitHub
src/Base/AbstractResponse.php

Summary

Maintainability
A
50 mins
Test Coverage

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

    public function setCookieValue(string $name, string $value, ?DateTimeInterface $expiry = null, ?UrlPathInterface $path = null, ?HostInterface $domain = null, bool $isSecure = false, bool $isHttpOnly = false): void
Severity: Major
Found in src/Base/AbstractResponse.php - About 50 mins to fix

    There are no issues that match your filters.

    Category
    Status