Skip to content

Commit fd180b8

Browse files
staabmsebastianbergmann
authored andcommitted
Narrow types
1 parent 0373bbb commit fd180b8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/Data/ProcessedCodeCoverageData.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,11 +123,17 @@ public function lineCoverage(): array
123123
return $this->lineCoverage;
124124
}
125125

126+
/**
127+
* @param FunctionCoverageType $functionCoverage
128+
*/
126129
public function setFunctionCoverage(array $functionCoverage): void
127130
{
128131
$this->functionCoverage = $functionCoverage;
129132
}
130133

134+
/**
135+
* @return FunctionCoverageType
136+
*/
131137
public function functionCoverage(): array
132138
{
133139
ksort($this->functionCoverage);

0 commit comments

Comments
 (0)