symphonycms/symphony-2

View on GitHub
symphony/lib/core/class.frontendpagenotfoundexceptionrenderer.php

Summary

Maintainability
A
1 hr
Test Coverage

Method renderHtml has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    protected static function renderHtml($e)
    {
        $page = PageManager::fetchPageByType('404');
        $previous_exception = Frontend::instance()->getException();

Severity: Minor
Found in symphony/lib/core/class.frontendpagenotfoundexceptionrenderer.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status