Skip to content

Commit 015ffc7

Browse files
committed
Enhancement: Extract local type alias
1 parent ce64737 commit 015ffc7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Data/ProcessedCodeCoverageData.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@
4141
* }>,
4242
* hit: list<TestIdType>
4343
* }
44-
* @phpstan-type FunctionCoverageType array<string, array<string, FunctionCoverageDataType>>
44+
* @phpstan-type FunctionCoverageForFileType array<string, FunctionCoverageDataType>
45+
* @phpstan-type FunctionCoverageType array<string, FunctionCoverageForFileType>
4546
* @phpstan-type LineCoverageForFileType array<int, null|list<TestIdType>>
4647
* @phpstan-type LineCoverageType array<string, LineCoverageForFileType>
4748
*/

0 commit comments

Comments
 (0)