src/Cookie/Cookies.php

Summary

Maintainability
A
0 mins
Test Coverage

Declaration of function with($name, $value = null, array $options = null) : \Mvc5\Cookie\Cookies should be compatible with function with($name, $value = null) : \Mvc5\Config\Model (method returning '\Mvc5\Cookie\Cookies' cannot override method returning '\Mvc5\Config\Model') defined in /code/src/Config/Model.php:28
Open

    function with($name, $value = null, array $options = []) : Cookies;
Severity: Critical
Found in src/Cookie/Cookies.php by phan

Declaration of function without($name, array $options = null) : \Mvc5\Cookie\Cookies should be compatible with function without($name) : \Mvc5\Config\Model (method returning '\Mvc5\Cookie\Cookies' cannot override method returning '\Mvc5\Config\Model') defined in /code/src/Config/Model.php:34
Open

    function without($name, array $options = []) : Cookies;
Severity: Critical
Found in src/Cookie/Cookies.php by phan

There are no issues that match your filters.

Category
Status