chevere/chevere

View on GitHub
src/Router/Route/RoutePath.php

Summary

Maintainability
A
1 hr
Test Coverage

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

    public function __construct(
        private string $route
    ) {
        $std = new StrictStd();
        $this->data = $std->parse($this->route)[0];
Severity: Minor
Found in src/Router/Route/RoutePath.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status