lib/Ajde/Lang/Proxy/Collection.php

Summary

Maintainability
A
0 mins
Test Coverage

The class Ajde_Lang_Proxy_Collection is not named in CamelCase.
Open

abstract class Ajde_Lang_Proxy_Collection extends Ajde_Collection
{
    protected $languageField = 'lang';
    protected $languageRootField = 'lang_root';

Severity: Minor
Found in lib/Ajde/Lang/Proxy/Collection.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