Skip to content

Commit 3e4b94f

Browse files
committed
Fix: Describe iterable type
1 parent 3c2b353 commit 3e4b94f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Data/ProcessedCodeCoverageData.php

+3
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,9 @@ public function markCodeAsExecutedByTestCase(string $testCaseId, RawCodeCoverage
113113
}
114114
}
115115

116+
/**
117+
* @param LineCoverageType $lineCoverage
118+
*/
116119
public function setLineCoverage(array $lineCoverage): void
117120
{
118121
$this->lineCoverage = $lineCoverage;

0 commit comments

Comments
 (0)