brokencube/circuit

View on GitHub

Showing 67 of 67 total issues

Possibly zero references to use statement for classlike/namespace Request (\Symfony\Component\HttpFoundation\Request)
Open

use Symfony\Component\HttpFoundation\Request;
Severity: Minor
Found in src/RouteCollector.php by phan

Possibly zero references to use statement for classlike/namespace Response (\Symfony\Component\HttpFoundation\Response)
Open

use Symfony\Component\HttpFoundation\Response;
Severity: Minor
Found in src/RouteCollector.php by phan

Possibly zero references to use statement for classlike/namespace ParameterDereferencer (\Circuit\Interfaces\ParameterDereferencer)
Open

use Circuit\Interfaces\ParameterDereferencer;
Severity: Minor
Found in src/ControllerParams.php by phan

Possibly zero references to use statement for classlike/namespace Response (\Symfony\Component\HttpFoundation\Response)
Open

use Symfony\Component\HttpFoundation\Response;
Severity: Minor
Found in src/ControllerParams.php by phan

Possibly zero references to use statement for classlike/namespace ParameterDereferencer (\Circuit\Interfaces\ParameterDereferencer)
Open

use Circuit\Interfaces\ParameterDereferencer;
Severity: Minor
Found in src/HandlerContainer.php by phan

Doc-block of $middleware in put contains phpdoc param type \Circuit\Interfaces\Middleware which is incompatible with the param type array declared in the signature
Open

     * @param Middleware|string[] $middleware  List of middleware (Middleware objects or named middleware) to add to
Severity: Minor
Found in src/RouteCollector.php by phan

Doc-block of $middleware in patch contains phpdoc param type \Circuit\Interfaces\Middleware which is incompatible with the param type array declared in the signature
Open

     * @param Middleware|string[] $middleware  List of middleware (Middleware objects or named middleware) to add to
Severity: Minor
Found in src/RouteCollector.php by phan
Severity
Category
Status
Source
Language