lib/Ajde/Crud/Export/Interface.php

Summary

Maintainability
A
0 mins
Test Coverage

The class Ajde_Crud_Export_Interface is not named in CamelCase.
Open

interface Ajde_Crud_Export_Interface
{
    public function prepare($title, $tableData);

    public function send();
Severity: Minor
Found in lib/Ajde/Crud/Export/Interface.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