Infection improvements #349
Triggered via pull request
September 26, 2024 13:19
Status
Failure
Total duration
1m 55s
Artifacts
–
continuous-integration.yml
on: pull_request
Matrix: phpunit-mysql
Matrix: quality-checks
Annotations
2 errors and 3 warnings
Rector + Code style
Process completed with exit code 2.
|
Psalm
The job was canceled because "Rector___Code_style_Run_R" failed.
|
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#L127
Escaped Mutant for Mutator "PublicVisibility":
--- Original
+++ New
@@ @@
/**
* @internal
*/
- public function resetAttemptCount() : void
+ protected function resetAttemptCount() : void
{
$this->currentAttempts = 0;
}
|