@@ -24,7 +24,7 @@ discard block |
||
24 | 24 | /** |
25 | 25 | * Execute the console command. |
26 | 26 | * |
27 | - * @return bool |
|
27 | + * @return false|null |
|
28 | 28 | */ |
29 | 29 | public function handle() |
30 | 30 | { |
@@ -167,7 +167,7 @@ discard block |
||
167 | 167 | * Check if the table column contains the specified keywords of the array. |
168 | 168 | * |
169 | 169 | * @param string $haystack |
170 | - * @param array $needle |
|
170 | + * @param string[] $needle |
|
171 | 171 | * |
172 | 172 | * @return bool |
173 | 173 | */ |
@@ -265,7 +265,7 @@ discard block |
||
265 | 265 | * |
266 | 266 | * @param $id |
267 | 267 | * |
268 | - * @return mixed |
|
268 | + * @return boolean |
|
269 | 269 | */ |
270 | 270 | public function destroy($id) |
271 | 271 | { |
@@ -304,7 +304,7 @@ discard block |
||
304 | 304 | /** |
305 | 305 | * Store a new record. |
306 | 306 | * |
307 | - * @return \Illuminate\Http\RedirectResponse|\Illuminate\Routing\Redirector|\Illuminate\Http\JsonResponse |
|
307 | + * @return Response |
|
308 | 308 | */ |
309 | 309 | public function store() |
310 | 310 | { |
@@ -369,7 +369,7 @@ discard block |
||
369 | 369 | * |
370 | 370 | * @param array $data |
371 | 371 | * |
372 | - * @return mixed |
|
372 | + * @return Response|null |
|
373 | 373 | */ |
374 | 374 | protected function prepare($data = []) |
375 | 375 | { |
@@ -547,7 +547,7 @@ discard block |
||
547 | 547 | /** |
548 | 548 | * Get RedirectResponse after update. |
549 | 549 | * |
550 | - * @param mixed $key |
|
550 | + * @param integer $key |
|
551 | 551 | * |
552 | 552 | * @return \Illuminate\Http\RedirectResponse |
553 | 553 | */ |