web/lib/user/Gui.php

Summary

Maintainability
A
1 hr
Test Coverage

Method defaultPagePrelude has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function defaultPagePrelude($pagetitle = \config\Master::APPEARANCE['productname_long']) {
        $ourlocale = $this->languageInstance->getLang();
        $direction = $this->languageInstance->rtl;
        header("Content-Type:text/html;charset=utf-8");
        ?>
Severity: Minor
Found in web/lib/user/Gui.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status