src/Service/Facade.php

Summary

Maintainability
A
0 mins
Test Coverage

Call to method service from undeclared class \Mvc5\Service\Context (Did you mean class \Mvc5\Web\Context)
Open

        return Context::service();
Severity: Critical
Found in src/Service/Facade.php by phan

Possibly zero references to protected method \Mvc5\Service\Facade::shared()
Open

    protected static function shared($name, $config = null)
Severity: Minor
Found in src/Service/Facade.php by phan

Doc-block of service contains declared return type callable which is incompatible with the return type \Mvc5\Service\Service declared in the signature
Open

     * @return callable|Manager|Service
Severity: Minor
Found in src/Service/Facade.php by phan

Possibly zero references to protected method \Mvc5\Service\Facade::plugin()
Open

    protected static function plugin($plugin, array $args = [], callable $callback = null)
Severity: Minor
Found in src/Service/Facade.php by phan

Possibly zero references to protected method \Mvc5\Service\Facade::trigger()
Open

    protected static function trigger($event, array $args = [], callable $callback = null)
Severity: Minor
Found in src/Service/Facade.php by phan

Possibly zero references to protected method \Mvc5\Service\Facade::param()
Open

    protected static function param($name)
Severity: Minor
Found in src/Service/Facade.php by phan

There are no issues that match your filters.

Category
Status