lib/Ajde/Core/Documentation.php

Summary

Maintainability
A
0 mins
Test Coverage

The class Ajde_Core_Documentation is not named in CamelCase.
Open

class Ajde_Core_Documentation
{
    const DOCUMENTATION_URL = 'https://code.google.com/p/ajde/wiki/Exception%s';

    public static function getUrl($code)
Severity: Minor
Found in lib/Ajde/Core/Documentation.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