Completed
Pull Request — master (#4271)
by
unknown
02:38
created
src/Form.php 1 patch
Doc Comments   +3 added lines, -4 removed lines patch added patch discarded remove patch
@@ -525,7 +525,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.