Completed
Pull Request — master (#1752)
by Renan
01:43
created
lib/Elastica/Query.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -369,7 +369,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
      */
Please login to merge, or discard this patch.