Update repo #259
Annotations
1 error and 2 warnings
Infection
Process completed with exit code 1.
|
|
Infection:
src/LogFake.php#L202
Escaped Mutant for Mutator "PublicVisibility":
--- Original
+++ New
@@ @@
/**
* @return Collection<int, LogEntry>
*/
- public function allLogs(): Collection
+ protected function allLogs(): Collection
{
/** @var Collection<int, LogEntry> */
return $this->allChannelsAndStacks()->flatMap(fn(ChannelFake $channel): Collection => $channel->logs());
|
Loading