src/Config/Overload.php

Summary

Maintainability
A
0 mins
Test Coverage

Doc-block of offsetGet contains declared return type mixed which is incompatible with the return type \Mvc5\Config\mixed declared in the signature
Open

     * @return mixed
Severity: Minor
Found in src/Config/Overload.php by phan

Return type of offsetGet() is undeclared type \Mvc5\Config\mixed
Open

    function &offsetGet($name) : mixed
Severity: Minor
Found in src/Config/Overload.php by phan

Unable to determine the method(s) which \Mvc5\ArrayOverload::__get overrides, but Phan inferred that it did override something earlier. Please create an issue at https://github.com/phan/phan/issues/new with a test case.
Open

    function &__get($name)
Severity: Info
Found in src/Config/Overload.php by phan

Unable to determine the method(s) which \Mvc5\Overload::__get overrides, but Phan inferred that it did override something earlier. Please create an issue at https://github.com/phan/phan/issues/new with a test case.
Open

    function &__get($name)
Severity: Info
Found in src/Config/Overload.php by phan

Unable to determine the method(s) which \Mvc5\Session\Model::__get overrides, but Phan inferred that it did override something earlier. Please create an issue at https://github.com/phan/phan/issues/new with a test case.
Open

    function &__get($name)
Severity: Info
Found in src/Config/Overload.php by phan

There are no issues that match your filters.

Category
Status