Rossmann-IT/yii2-cron

View on GitHub
src/migrations/m160718_111111_task_manager.php

Summary

Maintainability
A
0 mins
Test Coverage

The class m160718_111111_task_manager is not named in CamelCase.
Open

class m160718_111111_task_manager extends Migration {

    /**
     * for Oracle you need to overwrite the typeMap in \yii\db\oci\QueryBuilder
     * to get an equivalent for AUTO_INCREMENT, for example

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