XoopsModules25x/xoopspoll

View on GitHub
admin/index.php

Summary

Maintainability
A
0 mins
Test Coverage

There must be one USE keyword per declaration
Open

use XoopsModules\Xoopspoll\{
Severity: Minor
Found in admin/index.php by phpcodesniffer

Line exceeds 120 characters; contains 140 characters
Open

$adminObject->addInfoBoxLine(sprintf("<span class='infolabel'>" . _MD_XOOPSPOLL_TOTALWAITING . '</span>', $totalWaitingPolls), '', 'Green');
Severity: Minor
Found in admin/index.php by phpcodesniffer

Line exceeds 120 characters; contains 138 characters
Open

$adminObject->addInfoBoxLine(sprintf("<span class='infolabel'>" . _MD_XOOPSPOLL_TOTALACTIVE . '</span>', $totalActivePolls), '', 'Green');
Severity: Minor
Found in admin/index.php by phpcodesniffer

Line exceeds 120 characters; contains 138 characters
Open

$adminObject->addInfoBoxLine(sprintf("<span class='infolabel'>" . _MD_XOOPSPOLL_TOTALEXPIRED . '</span>', $totalExpiredPolls), '', 'Red');
Severity: Minor
Found in admin/index.php by phpcodesniffer

Line exceeds 120 characters; contains 157 characters
Open

$adminObject->addInfoBoxLine(sprintf("<span class='infolabel'>" . _MD_XOOPSPOLL_TOTALPOLLS . "</span><span class='infotext'>", $totalPolls . '</span>'), '');
Severity: Minor
Found in admin/index.php by phpcodesniffer

There are no issues that match your filters.

Category
Status