XoopsModules25x/about

View on GitHub
index.php

Summary

Maintainability
A
0 mins
Test Coverage

Line exceeds 120 characters; contains 143 characters
Open

        $xoopsOption['xoops_pagetitle'] = htmlspecialchars($page['page_title'] . ' - ' . $helper->getModule()->name(), ENT_QUOTES | ENT_HTML5);
Severity: Minor
Found in index.php by phpcodesniffer

Line exceeds 120 characters; contains 139 characters
Open

        $xoopsOption['xoops_pagetitle'] = htmlspecialchars(_MD_ABOUT_INDEX . ' - ' . $helper->getModule()->name(), ENT_QUOTES | ENT_HTML5);
Severity: Minor
Found in index.php by phpcodesniffer

Line exceeds 120 characters; contains 126 characters
Open

        $text                      = strip_tags($myts->undoHtmlSpecialChars($myts->displayTarea($v['page_text'], 1,1,1,1,1)));
Severity: Minor
Found in index.php by phpcodesniffer

No space found after comma in function call
Open

        $page['page_text'] = $myts->undoHtmlSpecialChars($myts->displayTarea($page['page_text'], 1,1,1,1,1));
Severity: Minor
Found in index.php by phpcodesniffer

No space found after comma in function call
Open

    $page_text             = $myts->displayTarea(trim($v['page_text']), 1,1,1,1,1);
Severity: Minor
Found in index.php by phpcodesniffer

No space found after comma in function call
Open

        $text                      = strip_tags($myts->undoHtmlSpecialChars($myts->displayTarea($v['page_text'], 1,1,1,1,1)));
Severity: Minor
Found in index.php by phpcodesniffer

No space found after comma in function call
Open

        $page['page_text'] = $myts->undoHtmlSpecialChars($myts->displayTarea($page['page_text'], 1,1,1,1,1));
Severity: Minor
Found in index.php by phpcodesniffer

No space found after comma in function call
Open

        $text                      = strip_tags($myts->undoHtmlSpecialChars($myts->displayTarea($v['page_text'], 1,1,1,1,1)));
Severity: Minor
Found in index.php by phpcodesniffer

No space found after comma in function call
Open

    $page_text             = $myts->displayTarea(trim($v['page_text']), 1,1,1,1,1);
Severity: Minor
Found in index.php by phpcodesniffer

No space found after comma in function call
Open

        $page['page_text'] = $myts->undoHtmlSpecialChars($myts->displayTarea($page['page_text'], 1,1,1,1,1));
Severity: Minor
Found in index.php by phpcodesniffer

No space found after comma in function call
Open

    $page_text             = $myts->displayTarea(trim($v['page_text']), 1,1,1,1,1);
Severity: Minor
Found in index.php by phpcodesniffer

No space found after comma in function call
Open

        $page['page_text'] = $myts->undoHtmlSpecialChars($myts->displayTarea($page['page_text'], 1,1,1,1,1));
Severity: Minor
Found in index.php by phpcodesniffer

No space found after comma in function call
Open

        $text                      = strip_tags($myts->undoHtmlSpecialChars($myts->displayTarea($v['page_text'], 1,1,1,1,1)));
Severity: Minor
Found in index.php by phpcodesniffer

No space found after comma in function call
Open

        $text                      = strip_tags($myts->undoHtmlSpecialChars($myts->displayTarea($v['page_text'], 1,1,1,1,1)));
Severity: Minor
Found in index.php by phpcodesniffer

No space found after comma in function call
Open

    $page_text             = $myts->displayTarea(trim($v['page_text']), 1,1,1,1,1);
Severity: Minor
Found in index.php by phpcodesniffer

There are no issues that match your filters.

Category
Status