Skip to content

Commit cf0d99f

Browse files
Fix type annotation
1 parent c19cd48 commit cf0d99f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Logging/JUnit/JunitXmlLogger.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ final class JunitXmlLogger
8080
private array $testSuiteSkipped = [0];
8181

8282
/**
83-
* @var array<int, int>
83+
* @var array<int, float>
8484
*/
8585
private array $testSuiteTimes = [0];
8686
private int $testSuiteLevel = 0;

0 commit comments

Comments
 (0)