luyadev/luya-module-admin

View on GitHub
src/migrations/m181023_135132_scheduler.php

Summary

Maintainability
A
1 hr
Test Coverage
F
0%

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

    public function safeUp()
    {
        $this->createTable("{{%admin_queue}}", [
            'id' => $this->primaryKey(),
            'channel' => $this->string()->notNull(),
Severity: Minor
Found in src/migrations/m181023_135132_scheduler.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status