Skip to content

Commit d9f8ea4

Browse files
staabmsebastianbergmann
authored andcommitted
Narrow return types
1 parent 64e2dbf commit d9f8ea4

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
@@ -148,6 +148,9 @@ public function functionCoverage(): array
148148
return $this->functionCoverage;
149149
}
150150

151+
/**
152+
* @return array<string>
153+
*/
151154
public function coveredFiles(): array
152155
{
153156
ksort($this->lineCoverage);

0 commit comments

Comments
 (0)