Skip to content

Commit 6182b10

Browse files
committed
Fix: Describe iterable type
1 parent a486ad1 commit 6182b10

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
@@ -129,6 +129,9 @@ public function setFunctionCoverage(array $functionCoverage): void
129129
$this->functionCoverage = $functionCoverage;
130130
}
131131

132+
/**
133+
* @return FunctionCoverageType
134+
*/
132135
public function functionCoverage(): array
133136
{
134137
ksort($this->functionCoverage);

0 commit comments

Comments
 (0)