@@ -24,8 +24,8 @@ |
||
24 | 24 | /** |
25 | 25 | * Create a new event instance. |
26 | 26 | * ClientAction constructor. |
27 | - * @param Client $client |
|
28 | 27 | * @param $action |
28 | + * @param \Illuminate\Database\Eloquent\Model $reply |
|
29 | 29 | */ |
30 | 30 | public function __construct($reply) |
31 | 31 | { |
@@ -24,7 +24,6 @@ |
||
24 | 24 | /** |
25 | 25 | * Create a new event instance. |
26 | 26 | * ClientAction constructor. |
27 | - * @param Client $client |
|
28 | 27 | * @param $action |
29 | 28 | */ |
30 | 29 | public function __construct($thread) |
@@ -21,6 +21,7 @@ discard block |
||
21 | 21 | /** |
22 | 22 | * Create a new notification instance. |
23 | 23 | * |
24 | + * @param string $msg |
|
24 | 25 | * @return void |
25 | 26 | */ |
26 | 27 | public function __construct($reply, $msg=null) |
@@ -33,7 +34,7 @@ discard block |
||
33 | 34 | * Get the notification's delivery channels. |
34 | 35 | * |
35 | 36 | * @param mixed $notifiable |
36 | - * @return array |
|
37 | + * @return string[] |
|
37 | 38 | */ |
38 | 39 | public function via($notifiable) |
39 | 40 | { |
@@ -21,6 +21,7 @@ discard block |
||
21 | 21 | /** |
22 | 22 | * Create a new notification instance. |
23 | 23 | * |
24 | + * @param string $msg |
|
24 | 25 | * @return void |
25 | 26 | */ |
26 | 27 | public function __construct($thread, $msg=null) |
@@ -33,7 +34,7 @@ discard block |
||
33 | 34 | * Get the notification's delivery channels. |
34 | 35 | * |
35 | 36 | * @param mixed $notifiable |
36 | - * @return array |
|
37 | + * @return string[] |
|
37 | 38 | */ |
38 | 39 | public function via($notifiable) |
39 | 40 | { |
@@ -48,7 +48,6 @@ discard block |
||
48 | 48 | * Update the specified resource in storage. |
49 | 49 | * |
50 | 50 | * @param \Illuminate\Http\Request $request |
51 | - * @param \App\Thread $thread |
|
52 | 51 | * @return \Illuminate\Http\Response |
53 | 52 | */ |
54 | 53 | public function update(Request $request, Reply $reply) |
@@ -68,7 +67,6 @@ discard block |
||
68 | 67 | /** |
69 | 68 | * Remove the specified resource from storage. |
70 | 69 | * |
71 | - * @param \App\Thread $thread |
|
72 | 70 | * @return \Illuminate\Http\Response |
73 | 71 | */ |
74 | 72 | public function destroy(Reply $reply, Request $request) |