@@ -181,7 +181,7 @@ |
||
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 | { |
@@ -11,6 +11,9 @@ |
||
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; |