Skip to content

Commit 1d60bf0

Browse files
committed
Enhancement: Extract local type alias
1 parent a98b75b commit 1d60bf0

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
@@ -42,7 +42,8 @@
4242
* hit: list<TestIdType>
4343
* }
4444
* @phpstan-type FunctionCoverageType array<string, array<string, FunctionCoverageDataType>>
45-
* @phpstan-type LineCoverageType array<string, array<int, null|list<TestIdType>>>
45+
* @phpstan-type LineCoverageForFileType array<int, null|list<TestIdType>>
46+
* @phpstan-type LineCoverageType array<string, LineCoverageForFileType>
4647
*/
4748
final class ProcessedCodeCoverageData
4849
{

0 commit comments

Comments
 (0)