@@ -435,7 +435,7 @@ |
||
435 | 435 | /** |
436 | 436 | * Sets post_filter argument for the query. The filter is applied after the query has executed. |
437 | 437 | * |
438 | - * @param array|\Elastica\Query\AbstractQuery $filter |
|
438 | + * @param AbstractQuery $filter |
|
439 | 439 | * |
440 | 440 | * @return $this |
441 | 441 | * |