kitsunet/Flowpack.SimpleSearch

View on GitHub
Classes/Domain/Service/MysqlIndex.php

Summary

Maintainability
A
1 hr
Test Coverage

Method createIndexTables has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    protected function createIndexTables(): void
    {
        $result = $this->connection->query('SHOW TABLES');
        $tables = $result->fetchAll(\PDO::FETCH_COLUMN);

Severity: Minor
Found in Classes/Domain/Service/MysqlIndex.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status