Skip to content

Commit

Permalink
fix test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
haltuf committed Jul 23, 2019
1 parent 842843e commit 686b402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tracy/MonologAdapter.php
Expand Up @@ -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);
}
Expand Down

0 comments on commit 686b402

Please sign in to comment.