We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0005d6f commit a79a499Copy full SHA for a79a499
src/Subscribers/TestRunner/TestRunnerFinishedSubscriber.php
@@ -74,7 +74,7 @@ private function resolveLineNumber(string $stackTrace): int
74
}
75
76
/**
77
- * @return Failed[]
+ * @return array<array<string, mixed>>
78
*/
79
private function createFailedEventDatas(TestResult $testResult): array
80
{
0 commit comments