Skip to content

Commit 2185726

Browse files
committed
Update ProcessedPathCoverageData.php
1 parent 1f8d78f commit 2185726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Data/ProcessedPathCoverageData.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public function merge(self $data): self
4545
if ($data->hit === []) {
4646
return $this;
4747
}
48-
48+
4949
return new self(
5050
$this->path,
5151
array_unique(array_merge($this->hit, $data->hit)),

0 commit comments

Comments
 (0)