@@ -51,7 +51,7 @@ discard block |
||
51 | 51 | * Remove the specified resource from storage. |
52 | 52 | * |
53 | 53 | * @param int $id |
54 | - * @return \Illuminate\Http\Response |
|
54 | + * @return \Illuminate\Http\JsonResponse |
|
55 | 55 | */ |
56 | 56 | public function destroy($id) |
57 | 57 | { |
@@ -165,7 +165,7 @@ discard block |
||
165 | 165 | /** |
166 | 166 | * Show accept user invitation form. |
167 | 167 | * |
168 | - * @param $invitation |
|
168 | + * @param boolean $invitation |
|
169 | 169 | * @return \Illuminate\Contracts\View\Factory|\Illuminate\View\View |
170 | 170 | */ |
171 | 171 | protected function showAcceptUserInvitationForm($invitation) |
@@ -167,7 +167,7 @@ |
||
167 | 167 | /** |
168 | 168 | * Get users to migrate by request. |
169 | 169 | * |
170 | - * @param $request |
|
170 | + * @param UsersMigrationRequest $request |
|
171 | 171 | * @return \Illuminate\Database\Eloquent\Collection|void|static[] |
172 | 172 | */ |
173 | 173 | protected function usersToMigrateByRequest($request) |
@@ -117,8 +117,8 @@ |
||
117 | 117 | * Finish migration batch. |
118 | 118 | * |
119 | 119 | * @param ProgressBatch $batch |
120 | - * @param $migratedUsers |
|
121 | - * @param $errorUsers |
|
120 | + * @param integer $migratedUsers |
|
121 | + * @param integer $errorUsers |
|
122 | 122 | */ |
123 | 123 | protected function finishMigrationBatch(ProgressBatch $batch , $migratedUsers, $errorUsers) |
124 | 124 | { |