XoopsModules25x/xoopstube

View on GitHub
admin/admin_header.php

Summary

Maintainability
A
0 mins
Test Coverage

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

use XoopsModules\Xoopstube\{
Severity: Minor
Found in admin/admin_header.php by phpcodesniffer

There must be one USE keyword per declaration
Open

use XoopsModules\Xoopstube\{
Severity: Minor
Found in admin/admin_header.php by phpcodesniffer

Line exceeds 120 characters; contains 150 characters
Open

    'offline'     => "<img src='$pathIcon16/0.png' alt='" . _AM_XOOPSTUBE_ICO_OFFLINE . "' title='" . _AM_XOOPSTUBE_ICO_OFFLINE . "' align='middle'>",
Severity: Minor
Found in admin/admin_header.php by phpcodesniffer

Line exceeds 120 characters; contains 148 characters
Open

    'online'      => "<img src='$pathIcon16/1.png' alt='" . _AM_XOOPSTUBE_ICO_ONLINE . "' title='" . _AM_XOOPSTUBE_ICO_ONLINE . "' align='middle'>",
Severity: Minor
Found in admin/admin_header.php by phpcodesniffer

Line exceeds 120 characters; contains 122 characters
Open

    'relatedfaq'  => "<img src='../assets/images/icon/link.gif' alt='" . _AM_XOOPSTUBE_ICO_VIDEO . "' align='absmiddle'>",
Severity: Minor
Found in admin/admin_header.php by phpcodesniffer

Line exceeds 120 characters; contains 169 characters
Open

    'expired'     => "<img src='../assets/images/icon/clock_red.png' alt='" . _AM_XOOPSTUBE_ICO_EXPIRE . "' title='" . _AM_XOOPSTUBE_ICO_EXPIRE . "' align='absmiddle'>",
Severity: Minor
Found in admin/admin_header.php by phpcodesniffer

There are no issues that match your filters.

Category
Status