From 686b402032d86308f9ac693c01c703e519c1d1b5 Mon Sep 17 00:00:00 2001 From: Michal Haltuf Date: Tue, 23 Jul 2019 07:25:29 +0200 Subject: [PATCH] fix test failures --- src/Tracy/MonologAdapter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tracy/MonologAdapter.php b/src/Tracy/MonologAdapter.php index bbb493d..271e8a7 100644 --- a/src/Tracy/MonologAdapter.php +++ b/src/Tracy/MonologAdapter.php @@ -67,7 +67,7 @@ public function __construct( /** * {@inheritdoc} */ - public function getExceptionFile(\Throwable $exception): string + public function getExceptionFile(\Throwable $exception, string $level = self::EXCEPTION): string { return $this->blueScreenRenderer->getExceptionFile($exception); }