Classes/Domain/Service/MysqlIndex.php
Method createIndexTables
has 30 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
protected function createIndexTables(): void
{
$result = $this->connection->query('SHOW TABLES');
$tables = $result->fetchAll(\PDO::FETCH_COLUMN);