Skip to content

Commit 83202c2

Browse files
staabmsebastianbergmann
authored andcommitted
Update ProcessedFunctionCoverageData.php
1 parent 277a9bf commit 83202c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Data/ProcessedFunctionCoverageData.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ public function merge(self $data): self
8282
}
8383

8484
return new self(
85-
$branches,
86-
$paths,
85+
$branches ?? $this->branches,
86+
$paths ?? $this->paths,
8787
);
8888
}
8989

0 commit comments

Comments
 (0)