lib/Ajde/Fs/Find.php

Summary

Maintainability
A
0 mins
Test Coverage

The class Ajde_Fs_Find is not named in CamelCase.
Open

class Ajde_Fs_Find extends Ajde_Object_Static
{
    public static function findFile($dir, $pattern)
    {
        $search = LOCAL_ROOT.DS.$dir.$pattern;
Severity: Minor
Found in lib/Ajde/Fs/Find.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