Skip to content

Commit

Permalink
Fix test failures (#39)
Browse files Browse the repository at this point in the history
Fix test failures
  • Loading branch information
enumag committed Jul 23, 2019
2 parents 842843e + 686b402 commit d971613
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 d971613

Please sign in to comment.