@@ -29,7 +29,7 @@ |
||
29 | 29 | * Get the notification's delivery channels. |
30 | 30 | * |
31 | 31 | * @param mixed $notifiable |
32 | - * @return array |
|
32 | + * @return string[] |
|
33 | 33 | */ |
34 | 34 | public function via($notifiable) |
35 | 35 | { |
@@ -12,7 +12,6 @@ |
||
12 | 12 | /** |
13 | 13 | * SearchRepository constructor. |
14 | 14 | * |
15 | - * @param Search $model |
|
16 | 15 | */ |
17 | 16 | public function __construct(Search $searches) |
18 | 17 | { |
@@ -21,7 +21,6 @@ |
||
21 | 21 | /** |
22 | 22 | * Unsubscribe from a search by deleting it. |
23 | 23 | * |
24 | - * @param SearchRepositoryInterface $users |
|
25 | 24 | * |
26 | 25 | * @return FlashMessage |
27 | 26 | */ |
@@ -29,7 +29,7 @@ |
||
29 | 29 | * Get the notification's delivery channels. |
30 | 30 | * |
31 | 31 | * @param mixed $notifiable |
32 | - * @return array |
|
32 | + * @return string[] |
|
33 | 33 | */ |
34 | 34 | public function via($notifiable) |
35 | 35 | { |
@@ -29,7 +29,7 @@ |
||
29 | 29 | * Get the notification's delivery channels. |
30 | 30 | * |
31 | 31 | * @param mixed $notifiable |
32 | - * @return array |
|
32 | + * @return string[] |
|
33 | 33 | */ |
34 | 34 | public function via($notifiable) |
35 | 35 | { |