src/Config/Scope.php

Summary

Maintainability
A
0 mins
Test Coverage

Returning type \Mvc5\Config\Scope but withScope() is declared to return \Mvc5\Config\Scopable
Open

            return clone $this;
Severity: Minor
Found in src/Config/Scope.php by phan

Possibly zero references to public method \Mvc5\Config\Scope::withScope()
Open

    function withScope($context) : Scopable
Severity: Minor
Found in src/Config/Scope.php by phan

Doc-block of withScope contains declared return type self which is incompatible with the return type \Mvc5\Config\Scopable declared in the signature
Open

     * @return Scopable|self
Severity: Minor
Found in src/Config/Scope.php by phan

Returning type \Mvc5\Config\Scope but withScope() is declared to return \Mvc5\Config\Scopable
Open

        return $new;
Severity: Minor
Found in src/Config/Scope.php by phan

There are no issues that match your filters.

Category
Status