PHPixie/Route

View on GitHub

Showing 1 of 1 total issue

Method match has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function match($fragment)
    {
        if(!$this->isMethodValid($fragment)) {
            return null;
        }
Severity: Minor
Found in src/PHPixie/Route/Resolvers/Resolver/Pattern/Prefix.php - About 1 hr to fix
    Severity
    Category
    Status
    Source
    Language