@@ -41,7 +41,7 @@ discard block |
||
| 41 | 41 | * Get the notification's delivery channels. |
| 42 | 42 | * |
| 43 | 43 | * @param UserInterface $notifiable |
| 44 | - * @return array |
|
| 44 | + * @return string[] |
|
| 45 | 45 | */ |
| 46 | 46 | public function via(UserInterface $notifiable) |
| 47 | 47 | { |
@@ -98,7 +98,7 @@ discard block |
||
| 98 | 98 | /** |
| 99 | 99 | * Return the array storage data. |
| 100 | 100 | * |
| 101 | - * @param Notifiable $notifiable |
|
| 101 | + * @param UserInterface $notifiable |
|
| 102 | 102 | * |
| 103 | 103 | * @return array |
| 104 | 104 | */ |
@@ -39,7 +39,7 @@ |
||
| 39 | 39 | * Get the notification's delivery channels. |
| 40 | 40 | * |
| 41 | 41 | * @param UserInterface $notifiable |
| 42 | - * @return array |
|
| 42 | + * @return string[] |
|
| 43 | 43 | */ |
| 44 | 44 | public function via(UserInterface $notifiable) |
| 45 | 45 | { |