polyfony-inc/polyfony

View on GitHub
Private/Polyfony/Router.php

Summary

Maintainability
A
1 hr
Test Coverage

Method forward has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public static function forward(Route $route) :void {

        // get the full destination
        list(
            $script, 
Severity: Minor
Found in Private/Polyfony/Router.php - About 1 hr to fix

Avoid too many return statements within this method.
Open

        return true;
Severity: Major
Found in Private/Polyfony/Router.php - About 30 mins to fix

There are no issues that match your filters.

Category
Status