Showing 3 of 3 total issues
Method column_type_format
has 38 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
protected function column_type_format( string $type ): string {
switch ( \strtoupper( $type ) ) {
case 'CHAR':
case 'VARCHAR':
case 'BINARY':
Method __construct
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function __construct( Schema $schema, string $wpdb_error = '', $message = '', $code = 0, Throwable $previous = null ) {
Method __construct
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
string $table_name,
string $schema_hash,
bool $seeded,
DateTimeImmutable $created_on,
?DateTimeImmutable $updated_on = null