XoopsModules25x/xoopsinfo

View on GitHub
phpsysinfo/js.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 20 and the first side effect is on line 22.
Open

<?php
Severity: Minor
Found in phpsysinfo/js.php by phpcodesniffer

Line exceeds 120 characters; contains 132 characters
Open

 * @license   http://opensource.org/licenses/gpl-2.0.php GNU General Public License version 2, or (at your option) any later version
Severity: Minor
Found in phpsysinfo/js.php by phpcodesniffer

Inline control structures are not allowed
Open

            } else break;
Severity: Minor
Found in phpsysinfo/js.php by phpcodesniffer

There are no issues that match your filters.

Category
Status