Completed
Push — master ( 8b59f7...62ee86 )
by Arjay
01:32
created
src/Html/Options/Plugins/RowGroup.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
     /**
43 43
      * Set rowGroup dataSrc option value.
44 44
      *
45
-     * @param mixed $value
45
+     * @param integer $value
46 46
      * @return $this
47 47
      * @see https://datatables.net/reference/option/rowGroup.dataSrc
48 48
      */
Please login to merge, or discard this patch.
src/Html/Options/Plugins/RowReorder.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
     /**
29 29
      * Set rowReorder dataSrc option value.
30 30
      *
31
-     * @param mixed $value
31
+     * @param integer $value
32 32
      * @return $this
33 33
      * @see https://datatables.net/reference/option/rowReorder.dataSrc
34 34
      */
Please login to merge, or discard this patch.