yeephp/yeephp

View on GitHub
Yee/Middleware/PrettyExceptions.php

Summary

Maintainability
A
1 hr
Test Coverage

Method renderBody has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    protected function renderBody(&$env, $exception)
    {
        $title = 'Yee Application Error';
        $code = $exception->getCode();
        $message = $exception->getMessage();
Severity: Minor
Found in Yee/Middleware/PrettyExceptions.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status