src/Config/PropertyAccess.php

Summary

Maintainability
A
0 mins
Test Coverage

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

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

Found a return statement with a value in the implementation of the magic method \Mvc5\Config\PropertyAccess::__set, expected void return type
Open

    function __set($name, $value)
Severity: Info
Found in src/Config/PropertyAccess.php by phan

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

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

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

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

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

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

There are no issues that match your filters.

Category
Status