We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e562e9d commit 3af8d12Copy full SHA for 3af8d12
src/DiscordHandler.php
@@ -43,7 +43,7 @@ public function __construct($webhook, $name, $subname = '', $level = Logger::DEB
43
* @param array $record
44
* @throws \GuzzleHttp\Exception\GuzzleException
45
*/
46
- protected function write(array $record): void
+ protected function write($record): void
47
{
48
$formatter = new LineFormatter(null, null, true, true);
49
$formatter->includeStacktraces();
0 commit comments