Skip to content

Commit d4c0e4b

Browse files
Use modern array shape syntax in type annotation
1 parent 7800ff5 commit d4c0e4b

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
@@ -50,7 +50,7 @@ final class JunitXmlLogger
5050
private DOMElement $root;
5151

5252
/**
53-
* @var DOMElement[]
53+
* @var array<int, DOMElement>
5454
*/
5555
private array $testSuites = [];
5656

0 commit comments

Comments
 (0)