lib/Ajde/Filter.php

Summary

Maintainability
A
0 mins
Test Coverage

The class Ajde_Filter is not named in CamelCase.
Open

abstract class Ajde_Filter extends Ajde_Object_Standard
{
    const FILTER_IS = ' IS ';
    const FILTER_NOT = ' IS NOT ';
    const FILTER_EQUALS = ' = ';
Severity: Minor
Found in lib/Ajde/Filter.php by phpmd

CamelCaseClassName

Since: 0.2

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

Example

class class_name {
}

Source

There are no issues that match your filters.

Category
Status