@@ -525,7 +525,7 @@ discard block |
||
525 | 525 | * |
526 | 526 | * @param array $data |
527 | 527 | * |
528 | - * @return mixed |
|
528 | + * @return Response|null |
|
529 | 529 | */ |
530 | 530 | protected function prepare($data = []) |
531 | 531 | { |
@@ -666,7 +666,7 @@ discard block |
||
666 | 666 | /** |
667 | 667 | * Get RedirectResponse after update. |
668 | 668 | * |
669 | - * @param mixed $key |
|
669 | + * @param integer $key |
|
670 | 670 | * |
671 | 671 | * @return \Illuminate\Http\RedirectResponse |
672 | 672 | */ |
@@ -1295,9 +1295,8 @@ discard block |
||
1295 | 1295 | * unset input data. |
1296 | 1296 | * |
1297 | 1297 | * @param string $key |
1298 | - * @param null $value |
|
1299 | 1298 | * |
1300 | - * @return array|mixed |
|
1299 | + * @return boolean |
|
1301 | 1300 | */ |
1302 | 1301 | public function unsetInput($key) |
1303 | 1302 | { |