chevere/chevere

View on GitHub
src/Throwable/Exceptions/ErrorException.php

Summary

Maintainability
A
45 mins
Test Coverage

Method __construct has 6 arguments (exceeds 4 allowed). Consider refactoring.
Open

        MessageInterface $message,
        int $code = 0,
        int $severity = E_ERROR,
        string $filename = __FILE__,
        int $lineno = __LINE__,
Severity: Minor
Found in src/Throwable/Exceptions/ErrorException.php - About 45 mins to fix

    There are no issues that match your filters.

    Category
    Status