Skip to content

fix connection not closing at end of each test #1

fix connection not closing at end of each test

fix connection not closing at end of each test #1

Triggered via push November 28, 2023 14:08
Status Failure
Total duration 36s
Artifacts
Matrix: Static Analysis
Fit to window
Zoom out
Zoom in

Annotations

9 errors
Static Analysis (8.2): src/Result/DbalResult.php#L99
Method MakinaCorpus\QueryBuilder\Result\DbalResult::iterateAssociative() has invalid return type MakinaCorpus\QueryBuilder\Result\Traversable.
Static Analysis (8.2): src/Result/DbalResult.php#L99
PHPDoc tag @return with type MakinaCorpus\QueryBuilder\Result\Traversable<int, array<string, mixed>> is not subtype of native type Traversable.
Static Analysis (8.2): src/Result/DbalResult.php#L104
Method MakinaCorpus\QueryBuilder\Result\DbalResult::iterateKeyValue() has invalid return type MakinaCorpus\QueryBuilder\Result\Traversable.
Static Analysis (8.2): src/Result/DbalResult.php#L104
PHPDoc tag @return with type MakinaCorpus\QueryBuilder\Result\Traversable<int, array<string, mixed>> is not subtype of native type Traversable.
Static Analysis (8.2): src/Result/DbalResult.php#L113
Method MakinaCorpus\QueryBuilder\Result\DbalResult::iterateAssociativeIndexed() has invalid return type MakinaCorpus\QueryBuilder\Result\Traversable.
Static Analysis (8.2): src/Result/DbalResult.php#L113
PHPDoc tag @return with type MakinaCorpus\QueryBuilder\Result\Traversable<string, array<string, mixed>> is not subtype of native type Traversable.
Static Analysis (8.2): src/Result/DbalResult.php#L118
Method MakinaCorpus\QueryBuilder\Result\DbalResult::iterateColumn() has invalid return type MakinaCorpus\QueryBuilder\Result\Traversable.
Static Analysis (8.2): src/Result/DbalResult.php#L118
PHPDoc tag @return with type MakinaCorpus\QueryBuilder\Result\Traversable<int, mixed> is not subtype of native type Traversable.
Static Analysis (8.2)
Process completed with exit code 1.