NeroReflex/Gishiki

View on GitHub
src/Core/Router/RouteInterface.php

Summary

Maintainability
A
35 mins
Test Coverage

Method __invoke has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

    public function __invoke(RequestInterface &$request, ResponseInterface &$response, GenericCollection &$arguments, $controllerArgs = [], Application $app = null);
Severity: Minor
Found in src/Core/Router/RouteInterface.php - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status