Pink-Crab/WPDB_Migrations

View on GitHub
src/Migration_Seeder.php

Summary

Maintainability
A
1 hr
Test Coverage

Method column_type_format has 38 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    protected function column_type_format( string $type ): string {
        switch ( \strtoupper( $type ) ) {
            case 'CHAR':
            case 'VARCHAR':
            case 'BINARY':
Severity: Minor
Found in src/Migration_Seeder.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status