Update dependency wyrihaximus/makefiles to ^0.5.0 #186
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