File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v1.5.2
4+ * Fix TestLogger to be compatible with symfony 5.4 LTS.
5+
6+ ## v1.5.1
7+ * Bugfix: kernel not injected into JsonContext
8+
39## v1.5.0
410
511### Restructuring BrowserContext
Original file line number Diff line number Diff line change @@ -17,8 +17,12 @@ public static function reset(): void
1717 self ::$ logs = [];
1818 }
1919
20- /** @param array $context */
21- public function log (mixed $ level , \Stringable |string $ message , array $ context = []): void
20+ /**
21+ * @param mixed $level
22+ * @param \Stringable|string $message
23+ * @param mixed[] $context
24+ */
25+ public function log ($ level , $ message , array $ context = []): void
2226 {
2327 if (!is_string ($ level )) {
2428 $ level = LogLevel::ERROR ;
You can’t perform that action at this time.
0 commit comments