We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f8d78f commit 2185726Copy full SHA for 2185726
src/Data/ProcessedPathCoverageData.php
@@ -45,7 +45,7 @@ public function merge(self $data): self
45
if ($data->hit === []) {
46
return $this;
47
}
48
-
+
49
return new self(
50
$this->path,
51
array_unique(array_merge($this->hit, $data->hit)),
0 commit comments