Completed
Pull Request — master (#250)
by
unknown
02:36
created
src/Grid/Filter/AbstractFilter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -181,7 +181,7 @@
 block discarded – undo
181 181
     /**
182 182
      * Get field object of filter.
183 183
      *
184
-     * @return mixed
184
+     * @return Text
185 185
      */
186 186
     public function field()
187 187
     {
Please login to merge, or discard this patch.
src/Grid/Filter/Field/Date.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -11,6 +11,9 @@
 block discarded – undo
11 11
      */
12 12
     protected $filter;
13 13
 
14
+    /**
15
+     * @param \Encore\Admin\Grid\Filter\AbstractFilter $filter
16
+     */
14 17
     public function __construct($filter)
15 18
     {
16 19
         $this->filter = $filter;
Please login to merge, or discard this patch.