Skip to content

Commit 260fa1e

Browse files
committed
Widen context type to mixed[]
1 parent a6c6d97 commit 260fa1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Test/TestLogger.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*
1111
* It records all records and gives you access to them for verification.
1212
*
13-
* @psalm-type log_record_array array{level: string, message: string|\Stringable, context: array{exception?: \Throwable}}
13+
* @psalm-type log_record_array array{level: string, message: string|\Stringable, context: mixed[]}
1414
*/
1515
class TestLogger implements LoggerInterface
1616
{

0 commit comments

Comments
 (0)