feat: Adds shareContext
to LogFake
#267
Annotations
1 error and 1 warning
Check
Process completed with exit code 1.
|
Check:
src/LogFake.php#L245
Escaped Mutant for Mutator "UnwrapArrayMerge":
--- Original
+++ New
@@ @@
foreach ($this->channels as $channel) {
$channel->withContext($context);
}
- $this->sharedContext = array_merge($this->sharedContext, $context);
+ $this->sharedContext = $context;
return $this;
}
}
|