XoopsModules25x/xoopsinfo

View on GitHub
phpsysinfo/language/language.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 40 and the first side effect is on line 19.
Open

<?php

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

Line indented incorrectly; expected 4 spaces, found 3
Open

   }

Line indented incorrectly; expected 12 spaces, found 8
Open

        }

Line indented incorrectly; expected at least 8 spaces, found 7
Open

       $plugin = strtolower($_GET['plugin']);

Line indented incorrectly; expected 4 spaces, found 3
Open

   if ((trim($_GET['plugin'])!=="") && !preg_match('/[^A-Za-z]/', $_GET['plugin'])) {

There are no issues that match your filters.

Category
Status