Skip to content

Commit a98b75b

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

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

152+
/**
153+
* @return list<non-empty-string>
154+
*/
152155
public function coveredFiles(): array
153156
{
154157
ksort($this->lineCoverage);

0 commit comments

Comments
 (0)