src/Schema/TestSqlPersistence.php

Summary

Maintainability
A
1 hr
Test Coverage

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

    #[\Override]
    public function getConnection(): Persistence\Sql\Connection
    {
        \Closure::bind(function () {
            if (($this->_connection ?? null) === null) {
Severity: Minor
Found in src/Schema/TestSqlPersistence.php - About 1 hr to fix

There are no issues that match your filters.

Category
Status