PHPixie/Route

View on GitHub
src/PHPixie/Route/Resolvers/Resolver/Pattern/Prefix.php

Summary

Maintainability
A
1 hr
Test Coverage

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

    There are no issues that match your filters.

    Category
    Status