librenms/librenms

View on GitHub
LibreNMS/Validations/System.php

Summary

Maintainability
A
0 mins
Test Coverage

The property $RUN_BY_DEFAULT is not named in camelCase.
Open

class System extends BaseValidation
{
    protected static $RUN_BY_DEFAULT = true;

    /**
Severity: Minor
Found in LibreNMS/Validations/System.php by phpmd

CamelCasePropertyName

Since: 0.2

It is considered best practice to use the camelCase notation to name attributes.

Example

class ClassName {
    protected $property_name;
}

Source

There are no issues that match your filters.

Category
Status