src/Plugin/Callback.php

Summary

Maintainability
A
0 mins
Test Coverage

Class extends undeclared class \Mvc5\Plugin\Scoped
Open

class Callback
Severity: Critical
Found in src/Plugin/Callback.php by phan

Possibly zero write references to protected property \Mvc5\Plugin\Callback->callable
Open

    protected $callable;
Severity: Minor
Found in src/Plugin/Callback.php by phan

Possibly zero references to public method \Mvc5\Plugin\Callback::closure()
Open

    function closure() : Closure
Severity: Minor
Found in src/Plugin/Callback.php by phan

Reference to undeclared class \Mvc5\Plugin\Scoped (Did you mean interface \Mvc5\Plugin\Gem\Scoped)
Open

        parent::__construct($closure, false);
Severity: Critical
Found in src/Plugin/Callback.php by phan

There are no issues that match your filters.

Category
Status