admin/index.php
There must be one USE keyword per declaration Open
Open
use XoopsModules\Xoopspoll\{
- Exclude checks
Line exceeds 120 characters; contains 138 characters Open
Open
$adminObject->addInfoBoxLine(sprintf("<span class='infolabel'>" . _MD_XOOPSPOLL_TOTALEXPIRED . '</span>', $totalExpiredPolls), '', 'Red');
- Exclude checks
Line exceeds 120 characters; contains 157 characters Open
Open
$adminObject->addInfoBoxLine(sprintf("<span class='infolabel'>" . _MD_XOOPSPOLL_TOTALPOLLS . "</span><span class='infotext'>", $totalPolls . '</span>'), '');
- Exclude checks
Line exceeds 120 characters; contains 138 characters Open
Open
$adminObject->addInfoBoxLine(sprintf("<span class='infolabel'>" . _MD_XOOPSPOLL_TOTALACTIVE . '</span>', $totalActivePolls), '', 'Green');
- Exclude checks
Line exceeds 120 characters; contains 140 characters Open
Open
$adminObject->addInfoBoxLine(sprintf("<span class='infolabel'>" . _MD_XOOPSPOLL_TOTALWAITING . '</span>', $totalWaitingPolls), '', 'Green');
- Exclude checks