XoopsModules25x/contact

View on GitHub
admin/main.php

Summary

Maintainability
A
0 mins
Test Coverage

There must be one blank line after the last USE statement; 0 found;
Open

use XoopsModules\Contact\{
Severity: Minor
Found in admin/main.php by phpcodesniffer

There must be one USE keyword per declaration
Open

use XoopsModules\Contact\{
Severity: Minor
Found in admin/main.php by phpcodesniffer

Line exceeds 120 characters; contains 144 characters
Open

            $contact_pagenav = new \XoopsPageNav($contact_numrows, $contact['limit'], $contact['start'], 'start', 'limit=' . $contact['limit']);
Severity: Minor
Found in admin/main.php by phpcodesniffer

Line exceeds 120 characters; contains 140 characters
Open

$GLOBALS['xoTheme']->addStylesheet(XOOPS_URL . '/modules/system/css/ui/' . xoops_getModuleOption('jquery_theme', 'system') . '/ui.all.css');
Severity: Minor
Found in admin/main.php by phpcodesniffer

There are no issues that match your filters.

Category
Status