Completed
Pull Request — master (#4723)
by Muhlis
02:30
created
src/Form/Field/Textarea.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,6 @@
 block discarded – undo
59 59
     }
60 60
 
61 61
     /**
62
-     * @param string $wrap
63 62
      */
64 63
     protected function addPickBtn($btn)
65 64
     {
Please login to merge, or discard this patch.
src/Form/Field/ValuePicker.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -55,7 +55,6 @@
 block discarded – undo
55 55
     }
56 56
 
57 57
     /**
58
-     * @param int $multiple
59 58
      *
60 59
      * @return string
61 60
      */
Please login to merge, or discard this patch.
src/Grid/Displayers/Expand.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -55,7 +55,6 @@
 block discarded – undo
55 55
     }
56 56
 
57 57
     /**
58
-     * @param int $multiple
59 58
      *
60 59
      * @return string
61 60
      */
Please login to merge, or discard this patch.
src/Grid/Concerns/CanDoubleClick.php 1 patch
Doc Comments   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -20,6 +20,4 @@
 block discarded – undo
20 20
 });
21 21
 SCRIPT);
22 22
 
23
-        return $this;
24
-    }
25
-}
23
+        return $this
26 24
\ No newline at end of file
Please login to merge, or discard this patch.
src/Form/Field/HasValuePicker.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@
 block discarded – undo
64 64
     }
65 65
 
66 66
     /**
67
-     * @return \Illuminate\Contracts\View\Factory|\Illuminate\View\View|string
67
+     * @return null|string
68 68
      */
69 69
     protected function renderFilePicker()
70 70
     {
Please login to merge, or discard this patch.
src/Grid/Column.php 1 patch
Doc Comments   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -357,7 +357,7 @@  discard block
 block discarded – undo
357 357
     /**
358 358
      * Get name of this column.
359 359
      *
360
-     * @return mixed
360
+     * @return string
361 361
      */
362 362
     public function getName()
363 363
     {
@@ -395,7 +395,7 @@  discard block
 block discarded – undo
395 395
     /**
396 396
      * Get label of the column.
397 397
      *
398
-     * @return mixed
398
+     * @return string
399 399
      */
400 400
     public function getLabel()
401 401
     {
@@ -900,7 +900,6 @@  discard block
 block discarded – undo
900 900
     /**
901 901
      * Grid inline date picker.
902 902
      *
903
-     * @param string $format
904 903
      *
905 904
      * @return $this
906 905
      */
@@ -912,7 +911,6 @@  discard block
 block discarded – undo
912 911
     /**
913 912
      * Grid inline time picker.
914 913
      *
915
-     * @param string $format
916 914
      *
917 915
      * @return $this
918 916
      */
Please login to merge, or discard this patch.
src/Grid/Displayers/Modal.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@  discard block
 block discarded – undo
14 14
     protected $renderable;
15 15
 
16 16
     /**
17
-     * @param int $multiple
18 17
      *
19 18
      * @return string
20 19
      */
@@ -28,7 +27,7 @@  discard block
 block discarded – undo
28 27
     /**
29 28
      * @param \Closure|string $callback
30 29
      *
31
-     * @return mixed|string
30
+     * @return null|string
32 31
      */
33 32
     public function display($callback = null)
34 33
     {
Please login to merge, or discard this patch.