Skip to content

Commit 5ae300c

Browse files
authored
Merge pull request #151 from laravel-notification-channels/analysis-1bA15A
Apply fixes from StyleCI
2 parents f537295 + 680fd78 commit 5ae300c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ReportHandler.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ public function handleReport($report, $subscription, $message)
3636
{
3737
if ($report->isSuccess()) {
3838
$this->events->dispatch(new NotificationSent($report, $subscription, $message));
39+
3940
return;
4041
}
4142

0 commit comments

Comments
 (0)