yiisoft/yii2

View on GitHub
framework/i18n/migrations/m150207_210500_i18n_init.php

Summary

Maintainability
A
0 mins
Test Coverage

The class m150207_210500_i18n_init is not named in CamelCase.
Open

class m150207_210500_i18n_init extends Migration
{
    public function up()
    {
        $tableOptions = null;

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