Skip to content

Continuous Integration #364

Continuous Integration

Continuous Integration #364

Triggered via schedule November 11, 2024 03:48
Status Success
Total duration 1m 40s
Artifacts
Matrix: phpunit-mysql
Matrix: quality-checks
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
UndefinedMethod: src/Statement.php#L92
src/Statement.php:92:47: UndefinedMethod: Method Doctrine\DBAL\Connection::canTryAgain does not exist (see https://psalm.dev/022)
UndefinedMethod: src/Statement.php#L96
src/Statement.php:96:41: UndefinedMethod: Method Doctrine\DBAL\Connection::increaseAttemptCount does not exist (see https://psalm.dev/022)
Infection (PHP 8.3 / MySQL 8.0): src/ConnectionTrait.php#L120
Escaped Mutant for Mutator "PublicVisibility": --- Original +++ New @@ @@ /** * @internal */ - public function resetAttemptCount() : void + protected function resetAttemptCount() : void { $this->currentAttempts = 0; }