luyadev/luya-module-payment

View on GitHub
src/admin/migrations/m160303_090454_paymentprocess.php

Summary

Maintainability
A
1 hr
Test Coverage
F
0%

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

    public function safeUp()
    {
        $this->createTable('payment_process', [
            'id' => $this->primaryKey(),
            'salt' => $this->string(120)->notNull(),
Severity: Minor
Found in src/admin/migrations/m160303_090454_paymentprocess.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status