Test against PHP 8.4 #356
Annotations
2 errors and 1 warning
|
Run mutation testing with Infection
The operation was canceled.
|
Run mutation testing with Infection:
src/ConnectionTrait.php#L120
Escaped Mutant for Mutator "PublicVisibility":
--- Original
+++ New
@@ @@
/**
* @internal
*/
- public function resetAttemptCount() : void
+ protected function resetAttemptCount() : void
{
$this->currentAttempts = 0;
}
|
Loading