Completed
Pull Request — master (#5112)
by
unknown
03:23
created
src/Form.php 1 patch
Doc Comments   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -433,7 +433,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
692 692
 
693 693
     /**
694 694
      * @param array $input
695
+     * @param integer $id
695 696
      *
696 697
      * @return array
697 698
      */
Please login to merge, or discard this patch.