Update dependency wyrihaximus/async-test-utilities to ^9.4.2 - autoclosed #187
Annotations
1 warning
|
src/Runtime.php#L57
Escaped Mutant for Mutator "InstanceOf_":
@@ @@
public function run(Closure $callable, array $args = []): mixed
{
$future = $this->runtime->run($callable, $args);
- if ($future instanceof Future) {
+ if (true) {
return $this->eventLoopBridge->await($future);
}
return null;
|
The logs for this run have expired and are no longer available.
Loading