Skip to content
This repository has been archived by the owner on Jul 22, 2021. It is now read-only.

Commit

Permalink
Fix BlueScreenHandler
Browse files Browse the repository at this point in the history
  • Loading branch information
enumag authored Feb 20, 2020
1 parent ad53264 commit e452ba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BlueScreenHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public function __construct(LoggerHelper $loggerHelper, $level = Logger::DEBUG,
/**
* @param array $record
*/
protected function write(array $record)
protected function write(array $record): void
{
if (!isset($record['context']['exception']) || (!$record['context']['exception'] instanceof \Exception
&& !$record['context']['exception'] instanceof \Throwable
Expand Down

0 comments on commit e452ba4

Please sign in to comment.