lib/Ajde/Fs/File.php

Summary

Maintainability
A
0 mins
Test Coverage

The class Ajde_Fs_File is not named in CamelCase.
Open

class Ajde_Fs_File extends Ajde_Object_Static
{
    const TYPE_EXTENSION = 'ext';
    const TYPE_MIMETYPE = 'mime';

Severity: Minor
Found in lib/Ajde/Fs/File.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

The method _mimetypes is not named in camelCase.
Open

    private static function _mimetypes()
    {
        return include 'mimetypes.php';
    }
Severity: Minor
Found in lib/Ajde/Fs/File.php by phpmd

CamelCaseMethodName

Since: 0.2

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

Example

class ClassName {
    public function get_name() {
    }
}

Source

There are no issues that match your filters.

Category
Status