Completed
Pull Request — master (#137)
by
unknown
02:42
created
src/Filter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
54 54
     /**
55 55
      * Returns filters value.
56 56
      *
57
-     * @return mixed
57
+     * @return string
58 58
      */
59 59
     public function getValue()
60 60
     {
Please login to merge, or discard this patch.
src/Components/ColumnsHider.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@
 block discarded – undo
63 63
     }
64 64
 
65 65
     /**
66
-     * @param $name
66
+     * @param string $name
67 67
      * @return string
68 68
      */
69 69
     public function getId($name)
Please login to merge, or discard this patch.