lib/Ajde/Crud/Options/Edit/Layout/Rows/Row/Columns.php

Summary

Maintainability
A
0 mins
Test Coverage

Avoid excessively long class names like Ajde_Crud_Options_Edit_Layout_Rows_Row_Columns. Keep class name length under 40.
Open

class Ajde_Crud_Options_Edit_Layout_Rows_Row_Columns extends Ajde_Crud_Options
{
}

LongClassName

Since: 2.9

Detects when classes or interfaces are declared with excessively long names.

Example

class ATooLongClassNameThatHintsAtADesignProblem {

}

interface ATooLongInterfaceNameThatHintsAtADesignProblem {

}

Source https://phpmd.org/rules/naming.html#longclassname

The class Ajde_Crud_Options_Edit_Layout_Rows_Row_Columns is not named in CamelCase.
Open

class Ajde_Crud_Options_Edit_Layout_Rows_Row_Columns extends Ajde_Crud_Options
{
}

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