Skip to content

Commit f9c439c

Browse files
committed
Fix: Describe iterable type
1 parent 251073b commit f9c439c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Report/Html/Renderer/File.php

+4
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@
113113
* @phpstan-import-type ProcessedTraitType from FileNode
114114
* @phpstan-import-type ProcessedMethodType from FileNode
115115
* @phpstan-import-type ProcessedFunctionType from FileNode
116+
* @phpstan-import-type TestType from FileNode
116117
*
117118
* @internal This class is not covered by the backward compatibility promise for phpunit/php-code-coverage
118119
*/
@@ -1118,6 +1119,9 @@ private function abbreviateMethodName(string $methodName): string
11181119
return $methodName;
11191120
}
11201121

1122+
/**
1123+
* @param TestType $testData
1124+
*/
11211125
private function createPopoverContentForTest(string $test, array $testData): string
11221126
{
11231127
$testCSS = '';

0 commit comments

Comments
 (0)