@@ -436,7 +436,7 @@ discard block |
||
| 436 | 436 | * |
| 437 | 437 | * @param array $data |
| 438 | 438 | * |
| 439 | - * @return mixed |
|
| 439 | + * @return Response|null |
|
| 440 | 440 | */ |
| 441 | 441 | protected function prepare($data = []) |
| 442 | 442 | { |
@@ -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 | */ |