Skip to content

Commit 4aa8006

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Data/ProcessedCodeCoverageData.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,9 @@ public function setLineCoverage(array $lineCoverage): void
121121
$this->lineCoverage = $lineCoverage;
122122
}
123123

124+
/**
125+
* @return LineCoverageType
126+
*/
124127
public function lineCoverage(): array
125128
{
126129
ksort($this->lineCoverage);

0 commit comments

Comments
 (0)