Skip to content

Commit a0f1be3

Browse files
committed
Fix StyleCI warnings part 2
1 parent d7d66c7 commit a0f1be3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MessagebirdChannel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ public function __construct(MessagebirdClient $client, Dispatcher $dispatcher =
2424
*
2525
* @param mixed $notifiable
2626
* @param \Illuminate\Notifications\Notification $notification
27-
*
2827
* @return object with response body data if succesful response from API | empty array if not
28+
*
2929
* @throws \NotificationChannels\MessageBird\Exceptions\CouldNotSendNotification
3030
*/
3131
public function send($notifiable, Notification $notification)

0 commit comments

Comments
 (0)