@@ -287,6 +287,7 @@ discard block |
||
287 | 287 | * The constraints usually remove only a small amount of results, which is why the non |
288 | 288 | * matching results are looked up and removed, instead of returning a collection with |
289 | 289 | * all the valid results. |
290 | + * @param Builder $builder |
|
290 | 291 | */ |
291 | 292 | private function discardIdsFromResultSetByConstraints($builder, $searchResults) |
292 | 293 | { |
@@ -445,6 +446,9 @@ discard block |
||
445 | 446 | * |
446 | 447 | * @param string |
447 | 448 | * @param string |
449 | + * @param string $name |
|
450 | + * @param string $result |
|
451 | + * @param string $model |
|
448 | 452 | * @return string |
449 | 453 | */ |
450 | 454 | public function applyFilters($name, $result, $model) |