XoopsModules25x/tag

View on GitHub
language/english/admin.php

Summary

Maintainability
A
0 mins
Test Coverage

A file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 21 and the first side effect is on line 20.
Open

<?php declare(strict_types=1);
Severity: Minor
Found in language/english/admin.php by phpcodesniffer

Line exceeds 120 characters; contains 223 characters
Open

define('_AM_TAG_ADMIN_FOOTER', "<div class='right smallsmall italic pad5'><b>%s</b> is maintained by the <a class='tooltip' rel='external' href='https://xoops.org/' title='Visit XOOPS Community'>XOOPS Community</a></div>");
Severity: Minor
Found in language/english/admin.php by phpcodesniffer

Line exceeds 120 characters; contains 219 characters
Open

define('_AM_TAG_FOOTER', "<div class='center smallsmall italic pad5'>Tag Module is maintained by the <a class='tooltip' rel='external' href='https://xoops.org/' title='Visit XOOPS Community'>XOOPS Community</a></div>");
Severity: Minor
Found in language/english/admin.php by phpcodesniffer

There are no issues that match your filters.

Category
Status