@@ -197,7 +197,7 @@ |
||
197 | 197 | * Apply fitler date and tell whether row value matches or not |
198 | 198 | * @param mixed $row |
199 | 199 | * @param Filter $filter |
200 | - * @return mixed |
|
200 | + * @return boolean|null |
|
201 | 201 | */ |
202 | 202 | protected function applyFilterDate($row, FilterDate $filter) |
203 | 203 | { |
@@ -10,9 +10,7 @@ |
||
10 | 10 | |
11 | 11 | use Ublaboo\DataGrid\Filter\Filter; |
12 | 12 | use Ublaboo\DataGrid\Filter\FilterDate; |
13 | -use Nette\Utils\Callback; |
|
14 | 13 | use Nette\Utils\Strings; |
15 | -use Ublaboo\DataGrid\Exception\DataGridException; |
|
16 | 14 | use Ublaboo\DataGrid\Exception\DataGridArrayDataSourceException; |
17 | 15 | use Ublaboo\DataGrid\Utils\DateTimeHelper; |
18 | 16 | use Ublaboo\DataGrid\Exception\DataGridDateTimeHelperException; |