atelierspierrot/mvc-fundamental

View on GitHub
src/MVCFundamental/Interfaces/FrontControllerInterface.php

Summary

Maintainability
A
35 mins
Test Coverage

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

    public function error($message, $status = 500, $code = 0, $filename = __FILE__, $lineno = __LINE__);
Severity: Minor
Found in src/MVCFundamental/Interfaces/FrontControllerInterface.php - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status