@@ -133,7 +133,6 @@ discard block |
||
133 | 133 | /** |
134 | 134 | * Will compile the collection into the final collection where operations like search and order can be applied. |
135 | 135 | * |
136 | - * @param QueryBuilder $query |
|
137 | 136 | * @param ColumnConfiguration[] $columnConfiguration |
138 | 137 | * @return QueryBuilder |
139 | 138 | * @throws DatatableException |
@@ -150,7 +149,7 @@ discard block |
||
150 | 149 | /** |
151 | 150 | * When a global (single) search has been done against data in the datatable. |
152 | 151 | * |
153 | - * @param array $columnConfiguration |
|
152 | + * @param ColumnConfiguration[] $columnConfiguration |
|
154 | 153 | * @return QueryBuilder |
155 | 154 | * @throws DatatableException |
156 | 155 | */ |
@@ -185,7 +184,7 @@ discard block |
||
185 | 184 | /** |
186 | 185 | * Create the query w/ QueryBuilder |
187 | 186 | * @param ColumnConfiguration $column |
188 | - * @param $searchValue |
|
187 | + * @param string $searchValue |
|
189 | 188 | * @return QueryBuilder |
190 | 189 | * @throws DatatableException |
191 | 190 | */ |