wikimedia/mediawiki-core

View on GitHub
includes/libs/rdbms/field/PostgresField.php

Summary

Maintainability
A
2 hrs
Test Coverage

Method fromText has 50 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public static function fromText( DatabasePostgres $db, $table, $field ) {
        $q = <<<SQL
SELECT
 attnotnull, attlen, conname AS conname,
 atthasdef,
Severity: Minor
Found in includes/libs/rdbms/field/PostgresField.php - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status