We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6c6d97 commit 260fa1eCopy full SHA for 260fa1e
src/Test/TestLogger.php
@@ -10,7 +10,7 @@
10
*
11
* It records all records and gives you access to them for verification.
12
13
- * @psalm-type log_record_array array{level: string, message: string|\Stringable, context: array{exception?: \Throwable}}
+ * @psalm-type log_record_array array{level: string, message: string|\Stringable, context: mixed[]}
14
*/
15
class TestLogger implements LoggerInterface
16
{
0 commit comments