src/Config/ArrayAccess.php

Summary

Maintainability
A
0 mins
Test Coverage

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

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

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/ArrayAccess.php by phan

Possibly zero references to public method \Mvc5\Config\ArrayAccess::offsetExists()
Open

    function offsetExists($name) : bool
Severity: Minor
Found in src/Config/ArrayAccess.php by phan

Call to undeclared method \Mvc5\Config\ArrayAccess::remove
Open

        $this->remove($name);
Severity: Critical
Found in src/Config/ArrayAccess.php by phan

Possibly zero references to public method \Mvc5\Config\ArrayAccess::offsetSet()
Open

    function offsetSet($name, $value) : void
Severity: Minor
Found in src/Config/ArrayAccess.php by phan

Possibly zero references to public method \Mvc5\Config\ArrayAccess::offsetUnset()
Open

    function offsetUnset($name) : void
Severity: Minor
Found in src/Config/ArrayAccess.php by phan

Doc-block of offsetSet contains declared return type mixed which is incompatible with the return type void declared in the signature
Open

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

Call to undeclared method \Mvc5\Config\ArrayAccess::set
Open

        $this->set($name, $value);
Severity: Critical
Found in src/Config/ArrayAccess.php by phan

Possibly zero references to public method \Mvc5\Config\ArrayAccess::offsetGet()
Open

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

Call to undeclared method \Mvc5\Config\ArrayAccess::get
Open

        return $this->get($name);
Severity: Critical
Found in src/Config/ArrayAccess.php by phan

Call to undeclared method \Mvc5\Config\ArrayAccess::has
Open

        return $this->has($name);
Severity: Critical
Found in src/Config/ArrayAccess.php by phan

There are no issues that match your filters.

Category
Status