Skip to content

Commit d19f381

Browse files
authored
Merge pull request #12 from laravel-notification-channels/analysis-zEEm5y
Applied fixes from StyleCI
2 parents 1e1c309 + 48144a9 commit d19f381

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TwilioChannel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public function send($notifiable, Notification $notification)
4545
{
4646
if (! $to = $notifiable->routeNotificationFor('twilio')) {
4747
if (! $to = $notifiable->phone_number) {
48-
return null;
48+
return;
4949
}
5050
}
5151

0 commit comments

Comments
 (0)