Skip to content

Commit

Permalink
Merge pull request #3 from marvinlabs/develop
Browse files Browse the repository at this point in the history
Prepare 1.1.1
  • Loading branch information
vpratfr authored Oct 10, 2019
2 parents 22ce74f + b797323 commit 8ef79d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DiscordLogger/LogHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public function __construct(Container $container, Repository $config, array $cha
$this->recordToMessage = $this->createRecordConverter($container, $config);
}

public function write(array $record)
public function write(array $record): void
{
foreach($this->recordToMessage->buildMessages($record) as $message)
{
Expand Down

0 comments on commit 8ef79d2

Please sign in to comment.