@@ -53,6 +53,9 @@ |
||
53 | 53 | return $this; |
54 | 54 | } |
55 | 55 | |
56 | + /** |
|
57 | + * @param string $datacoding |
|
58 | + */ |
|
56 | 59 | public function setDatacoding($datacoding) |
57 | 60 | { |
58 | 61 | $this->datacoding = $datacoding; |
@@ -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) |