Skip to content

Commit 3af8d12

Browse files
authored
fix monolog issue
1 parent e562e9d commit 3af8d12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DiscordHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public function __construct($webhook, $name, $subname = '', $level = Logger::DEB
4343
* @param array $record
4444
* @throws \GuzzleHttp\Exception\GuzzleException
4545
*/
46-
protected function write(array $record): void
46+
protected function write($record): void
4747
{
4848
$formatter = new LineFormatter(null, null, true, true);
4949
$formatter->includeStacktraces();

0 commit comments

Comments
 (0)