XoopsModules25x/tag

View on GitHub
admin/index.php

Summary

Maintainability
A
0 mins
Test Coverage

There must be one USE keyword per declaration
Open

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

Line exceeds 120 characters; contains 270 characters
Open

    $moduleStat = "<infolabel>{$module_list[$module]}:</infolabel>\n" . "<infotext>{$count['count_tag']} / {$count['count_item']}\n" . "  [<a href='" . $helper->url("admin/admin.tag.php?modid={$module}") . "'>" . _AM_TAG_EDIT . "</a>]\n" . "  [<a href='" . $helper->url(
Severity: Minor
Found in admin/index.php by phpcodesniffer

Line exceeds 120 characters; contains 132 characters
Open

        $module_list   = $moduleHandler->getList(new \Criteria('mid', '(' . implode(', ', array_keys($counts_module)) . ')', 'IN'));
Severity: Minor
Found in admin/index.php by phpcodesniffer

Line exceeds 120 characters; contains 144 characters
Open

$adminObject->addInfoBoxLine('<infolabel>' . _AM_TAG_COUNT_MODULE . '</infolabel>' . '<infotext>' . _AM_TAG_COUNT_MODULE_TITLE . '</infotext>');
Severity: Minor
Found in admin/index.php by phpcodesniffer

Multi-line function call not indented correctly; expected 4 spaces but found 8
Open

        ) . "'>" . _AM_TAG_SYNCHRONIZATION . "</a>]\n" . "</infotext> \n";
Severity: Minor
Found in admin/index.php by phpcodesniffer

Multi-line function call not indented correctly; expected 8 spaces but found 12
Open

            "admin/syn.tag.php?modid={$module}"
Severity: Minor
Found in admin/index.php by phpcodesniffer

There are no issues that match your filters.

Category
Status