File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 102102use function str_replace ;
103103use function token_get_all ;
104104use function trim ;
105+ use SebastianBergmann \CodeCoverage \CodeCoverage ;
105106use SebastianBergmann \CodeCoverage \FileCouldNotBeWrittenException ;
106107use SebastianBergmann \CodeCoverage \Node \File as FileNode ;
107108use SebastianBergmann \CodeCoverage \Util \Percentage ;
113114 * @phpstan-import-type ProcessedTraitType from FileNode
114115 * @phpstan-import-type ProcessedMethodType from FileNode
115116 * @phpstan-import-type ProcessedFunctionType from FileNode
116- * @phpstan-import-type TestType from FileNode
117+ * @phpstan-import-type TestType from CodeCoverage
117118 *
118119 * @internal This class is not covered by the backward compatibility promise for phpunit/php-code-coverage
119120 */
@@ -907,7 +908,8 @@ private function renderPathStructure(FileNode $node): string
907908 }
908909
909910 /**
910- * @param list<string> $codeLines
911+ * @param list<string> $codeLines
912+ * @param array<string, TestType> $testData
911913 */
912914 private function renderPathLines (array $ path , array $ branches , array $ codeLines , array $ testData ): string
913915 {
You can’t perform that action at this time.
0 commit comments