yiisoft/yii2

View on GitHub
framework/rbac/migrations/m180523_151638_rbac_updates_indexes_without_prefix.php

Summary

Maintainability
A
0 mins
Test Coverage

The class m180523_151638_rbac_updates_indexes_without_prefix is not named in CamelCase.
Open

class m180523_151638_rbac_updates_indexes_without_prefix extends Migration
{
    /**
     * @throws yii\base\InvalidConfigException
     * @return DbManager

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