@@ -369,7 +369,7 @@ discard block |
||
369 | 369 | /** |
370 | 370 | * Sets a post_filter to the current query. |
371 | 371 | * |
372 | - * @param array|AbstractQuery $filter |
|
372 | + * @param AbstractQuery $filter |
|
373 | 373 | * |
374 | 374 | * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/search-request-body.html#request-body-search-post-filter |
375 | 375 | */ |
@@ -391,7 +391,7 @@ discard block |
||
391 | 391 | /** |
392 | 392 | * Adds a track_total_hits argument. |
393 | 393 | * |
394 | - * @param bool|int $trackTotalHits Track total hits parameter |
|
394 | + * @param boolean $trackTotalHits Track total hits parameter |
|
395 | 395 | * |
396 | 396 | * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/search-request-body.html#request-body-search-track-total-hits |
397 | 397 | */ |