luyadev/luya-module-forms

View on GitHub
src/migrations/m200910_114548_basetables.php

Summary

Maintainability
A
1 hr
Test Coverage
F
0%

Method safeUp has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function safeUp()
    {
        $this->createTable('{{%forms_form}}', [
            'id' => $this->primaryKey(),
            'title' => $this->text()->notNull(),
Severity: Minor
Found in src/migrations/m200910_114548_basetables.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status