chevre 4.0 #139
Annotations
1 warning
src/Runner.php#L155
Escaped Mutant for Mutator "Continue_":
--- Original
+++ New
@@ @@
/** @var ResponseReferenceInterface $value */
if ($value->key() === null) {
$arguments[$name] = $this->run->getResponse($value->job())->mixed();
- continue;
+ break;
}
/** @var ResponseReferenceInterface $value */
$arguments[$name] = $this->run->getResponse($value->job())->array()[$value->key()];
|
The logs for this run have expired and are no longer available.
Loading