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.
2 parents d05a3b2 + 6a8c29c commit f98e151Copy full SHA for f98e151
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)
+ protected function write(array $record): void
47
{
48
$formatter = new LineFormatter(null, null, true, true);
49
$formatter->includeStacktraces();
0 commit comments