rinvex/cortex-categories

View on GitHub
database/migrations/2021_01_01_000002_alter_categories_table_add_style_and_icon_columns.php

Summary

Maintainability
A
0 mins
Test Coverage

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

class AlterCategoriesTableAddStyleAndIconColumns extends Migration
{
    /**
     * Run the migrations.
     *

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

There are no issues that match your filters.

Category
Status