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 96ff0ea commit b82d7c3Copy full SHA for b82d7c3
src/Data/ProcessedCodeCoverageData.php
@@ -124,11 +124,17 @@ public function lineCoverage(): array
124
return $this->lineCoverage;
125
}
126
127
+ /**
128
+ * @param FunctionCoverageType $functionCoverage
129
+ */
130
public function setFunctionCoverage(array $functionCoverage): void
131
{
132
$this->functionCoverage = $functionCoverage;
133
134
135
136
+ * @return FunctionCoverageType
137
138
public function functionCoverage(): array
139
140
ksort($this->functionCoverage);
0 commit comments