owncloud/core

View on GitHub
lib/private/Repair/Collation.php

Summary

Maintainability
A
1 hr
Test Coverage

Method getAllNonUTF8BinTables has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    protected function getAllNonUTF8BinTables(IDBConnection $connection) {
        $dbPrefix = $this->config->getSystemValue("dbtableprefix");
        $dbName = $this->config->getSystemValue("dbname");
        $characterSet = $this->config->getSystemValue('mysql.utf8mb4', false) ? 'utf8mb4' : 'utf8';

Severity: Minor
Found in lib/private/Repair/Collation.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status