Rafalsky/HomeFinance

View on GitHub
common/migrations/db/m160214_233426_add_product_price_table.php

Summary

Maintainability
A
0 mins
Test Coverage

The class m160214_233426_add_product_price_table is not named in CamelCase.
Open

class m160214_233426_add_product_price_table extends Migration
{
    public function safeUp()
    {
        $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