Completed
Push — master ( a6f36a...985feb )
by Pavel
02:40
created
src/DataSource/ArrayDataSource.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -197,7 +197,7 @@
 block discarded – undo
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
 	{
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
9 9
 namespace Ublaboo\DataGrid\DataSource;
10 10
 
11 11
 use DibiFluent;
12
-use Nette\Utils\Callback;
13 12
 use Nette\Utils\Strings;
14 13
 use Ublaboo\DataGrid\Filter;
15 14
 
Please login to merge, or discard this patch.