src/Route/Match/Controller.php

Summary

Maintainability
A
30 mins
Test Coverage

Avoid too many return statements within this method.
Open

        return $next($route, $request->with(CONTROLLER, $controller));
Severity: Major
Found in src/Route/Match/Controller.php - About 30 mins to fix

    syntax error, unexpected 'array' (T_ARRAY), expecting function (T_FUNCTION) or const (T_CONST)
    Open

        protected array $options = [
    Severity: Critical
    Found in src/Route/Match/Controller.php by phan

    There are no issues that match your filters.

    Category
    Status