@@ -65,7 +65,7 @@ |
||
65 | 65 | /** |
66 | 66 | * Get the services provided by the provider. |
67 | 67 | * |
68 | - * @return array |
|
68 | + * @return string[] |
|
69 | 69 | */ |
70 | 70 | public function provides() |
71 | 71 | { |
@@ -31,7 +31,7 @@ |
||
31 | 31 | * Get the notification's delivery channels. |
32 | 32 | * |
33 | 33 | * @param mixed $notifiable |
34 | - * @return array |
|
34 | + * @return string[] |
|
35 | 35 | */ |
36 | 36 | public function via($notifiable) |
37 | 37 | { |
@@ -31,7 +31,7 @@ |
||
31 | 31 | * Get the notification's delivery channels. |
32 | 32 | * |
33 | 33 | * @param mixed $notifiable |
34 | - * @return array |
|
34 | + * @return string[] |
|
35 | 35 | */ |
36 | 36 | public function via($notifiable) |
37 | 37 | { |