lib/Ajde/Lang/Adapter/Ini.php

Summary

Maintainability
A
0 mins
Test Coverage

TODO found
Open

    // TODO: cache .ini files!
Severity: Minor
Found in lib/Ajde/Lang/Adapter/Ini.php by fixme

The class Ajde_Lang_Adapter_Ini is not named in CamelCase.
Open

class Ajde_Lang_Adapter_Ini extends Ajde_Lang_Adapter_Abstract
{
    // TODO: cache .ini files!

    public function get($ident, $module = null)
Severity: Minor
Found in lib/Ajde/Lang/Adapter/Ini.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