@@ -25,7 +25,7 @@ |
||
| 25 | 25 | * @param mixed $notifiable |
| 26 | 26 | * @param \Illuminate\Notifications\Notification $notification |
| 27 | 27 | * |
| 28 | - * @return array |
|
| 28 | + * @return \Psr\Http\Message\ResponseInterface |
|
| 29 | 29 | * @throws \NotificationChannels\MessageBird\Exceptions\CouldNotSendNotification |
| 30 | 30 | */ |
| 31 | 31 | public function send($notifiable, Notification $notification) |
@@ -26,7 +26,7 @@ |
||
| 26 | 26 | * Send the Message. |
| 27 | 27 | * @param MessagebirdMessage $message |
| 28 | 28 | * @return |
| 29 | - * @throws CouldNotSendNotification |
|
| 29 | + \Psr\Http\Message\ResponseInterface @throws CouldNotSendNotification |
|
| 30 | 30 | */ |
| 31 | 31 | public function send(MessagebirdMessage $message) |
| 32 | 32 | { |