@@ -86,7 +86,7 @@ |
||
86 | 86 | * Get the alphanumeric sender. |
87 | 87 | * |
88 | 88 | * @param $notifiable |
89 | - * @return mixed|null |
|
89 | + * @return boolean |
|
90 | 90 | * @throws CouldNotSendNotification |
91 | 91 | */ |
92 | 92 | protected function canReceiveAlphanumericSender($notifiable) |
@@ -175,7 +175,7 @@ |
||
175 | 175 | /** |
176 | 176 | * @param array $params |
177 | 177 | * @param TwilioMessage $message |
178 | - * @param array $optionalParams |
|
178 | + * @param string[] $optionalParams |
|
179 | 179 | * @return Twilio |
180 | 180 | */ |
181 | 181 | protected function fillOptionalParams(&$params, $message, $optionalParams) |