abbadon1334/atk4-fastroute

View on GitHub
src/Router.php

Summary

Maintainability
A
1 hr
Test Coverage
A
96%

Method handleRouteRequest has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    protected function handleRouteRequest(RequestInterface $request = null): bool
    {
        $dispatcher = $this->getDispatcher();

        $request = $request ?? ServerRequestFactory::fromGlobals();
Severity: Minor
Found in src/Router.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status