XoopsModules25x/xoopsinfo

View on GitHub
phpsysinfo/includes/interface/class.PSI_Interface_Sensor.inc.php

Summary

Maintainability
A
0 mins
Test Coverage

Each interface must be in a namespace of at least one level (a top-level vendor name)
Open

interface PSI_Interface_Sensor

The class PSI_Interface_Sensor is not named in CamelCase.
Open

interface PSI_Interface_Sensor
{
    /**
     * build the mbinfo information
     *

CamelCaseClassName

Since: 0.2

It is considered best practice to use the CamelCase notation to name classes.

Example

class class_name {
}

Source

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 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

Interface name "PSI_Interface_Sensor" is not in camel caps format
Open

interface PSI_Interface_Sensor

There are no issues that match your filters.

Category
Status