@@ -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 | { |
@@ -20,7 +20,6 @@ |
||
20 | 20 | /** |
21 | 21 | * UserRepository constructor. |
22 | 22 | * |
23 | - * @param User $model |
|
24 | 23 | */ |
25 | 24 | public function __construct(User $users, Token $tokens) |
26 | 25 | { |
@@ -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 | { |
@@ -100,7 +100,6 @@ |
||
100 | 100 | /** |
101 | 101 | * Logs all the errors attached to a collection |
102 | 102 | * |
103 | - * @param array $jobsByProvider |
|
104 | 103 | * |
105 | 104 | * @return void |
106 | 105 | */ |
@@ -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 | { |