We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 251073b commit f9c439cCopy full SHA for f9c439c
src/Report/Html/Renderer/File.php
@@ -113,6 +113,7 @@
113
* @phpstan-import-type ProcessedTraitType from FileNode
114
* @phpstan-import-type ProcessedMethodType from FileNode
115
* @phpstan-import-type ProcessedFunctionType from FileNode
116
+ * @phpstan-import-type TestType from FileNode
117
*
118
* @internal This class is not covered by the backward compatibility promise for phpunit/php-code-coverage
119
*/
@@ -1118,6 +1119,9 @@ private function abbreviateMethodName(string $methodName): string
1118
1119
return $methodName;
1120
}
1121
1122
+ /**
1123
+ * @param TestType $testData
1124
+ */
1125
private function createPopoverContentForTest(string $test, array $testData): string
1126
{
1127
$testCSS = '';
0 commit comments