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 8671c6f commit d67c9deCopy full SHA for d67c9de
src/Handler/Formatter/Json.php
@@ -22,7 +22,7 @@ class Json extends BaseJson implements FormatterInterface
22
private const TIMESTAMP = 'timestamp';
23
24
/**
25
- * @param array $event event data
+ * @param array<string, DateTime> $event event data
26
* @return string formatted line to write to the log
27
*/
28
public function format($event): string
0 commit comments