@@ -12,7 +12,7 @@ |
||
| 12 | 12 | /** |
| 13 | 13 | * Wrapper around search |
| 14 | 14 | * |
| 15 | - * @param boolean|\Data\Filter $filter The filter to use while searching the table |
|
| 15 | + * @param Filter $filter The filter to use while searching the table |
|
| 16 | 16 | * @param boolean|array $select The array of properties to read |
| 17 | 17 | * @param boolean|integer $count The number of records to read |
| 18 | 18 | * @param boolean|integer $skip The number of records to skip |