@@ -433,7 +433,7 @@ discard block |
||
433 | 433 | * |
434 | 434 | * @param array $data |
435 | 435 | * |
436 | - * @return mixed |
|
436 | + * @return Response|null |
|
437 | 437 | */ |
438 | 438 | protected function prepare($data = []) |
439 | 439 | { |
@@ -576,7 +576,7 @@ discard block |
||
576 | 576 | /** |
577 | 577 | * Get RedirectResponse after update. |
578 | 578 | * |
579 | - * @param mixed $key |
|
579 | + * @param integer $key |
|
580 | 580 | * |
581 | 581 | * @return \Illuminate\Http\RedirectResponse |
582 | 582 | */ |
@@ -692,6 +692,7 @@ discard block |
||
692 | 692 | |
693 | 693 | /** |
694 | 694 | * @param array $input |
695 | + * @param integer $id |
|
695 | 696 | * |
696 | 697 | * @return array |
697 | 698 | */ |