Skip to content

Use fixed PHP version in CI for Rector, CS & Psalm #370

Use fixed PHP version in CI for Rector, CS & Psalm

Use fixed PHP version in CI for Rector, CS & Psalm #370

Triggered via push December 2, 2024 10:31
Status Success
Total duration 1m 57s
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; }