Skip to content

Commit 63ca45b

Browse files
committed
Document actual key type
1 parent 7150c1d commit 63ca45b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Middleware/BacktraceDebugDataHolder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class BacktraceDebugDataHolder extends DebugDataHolder
1717
/** @var string[] */
1818
private array $connWithBacktraces;
1919

20-
/** @var array<string, array<string, mixed>[]> */
20+
/** @var array<string, array<int|string, mixed>[]> */
2121
private array $backtraces = [];
2222

2323
/** @param string[] $connWithBacktraces */

0 commit comments

Comments
 (0)