Skip to content

Commit 0373bbb

Browse files
staabmsebastianbergmann
authored andcommitted
Fix FunctionCoverageDataType
1 parent cf32556 commit 0373bbb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Data/ProcessedCodeCoverageData.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@
3838
* paths: array<int, array{
3939
* path: array<int, int>,
4040
* hit: list<TestIdType>,
41-
* }>,
42-
* hit: list<TestIdType>
41+
* }>
4342
* }
4443
* @phpstan-type FunctionCoverageType array<string, array<string, FunctionCoverageDataType>>
4544
*/

0 commit comments

Comments
 (0)