Furious-PHP/2

View on GitHub
src/Infrastructure/Framework/Http/Application.php

Summary

Maintainability
A
1 hr
Test Coverage

Method customMethodsRoute has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

        string $name,
        string $path,
        string $handler,
        array $methods,
        array $options = []
Severity: Minor
Found in src/Infrastructure/Framework/Http/Application.php - About 35 mins to fix

    Method addRoute has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        private function addRoute(string $name, string $path, string $handler, array $methods, array $options = []): void
    Severity: Minor
    Found in src/Infrastructure/Framework/Http/Application.php - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status