iMattPro/abbc3

View on GitHub
migrations/v310_m2_remove_schema.php

Summary

Maintainability
A
1 hr
Test Coverage

Method update_schema has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function update_schema()
    {
        return array(
            'drop_tables'    => array(
                $this->table_prefix . 'clicks',
Severity: Minor
Found in migrations/v310_m2_remove_schema.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status