Continuous Integration #359
continuous-integration.yml
on: schedule
Matrix: phpunit-mysql
Matrix: quality-checks
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;
}
|