@@ -94,7 +94,7 @@ |
||
94 | 94 | * |
95 | 95 | * @see https://www.elastic.co/guide/en/elasticsearch/guide/current/decay-functions.html |
96 | 96 | * |
97 | - * @param $function string name of the decay function - linear, exp, or gauss |
|
97 | + * @param string $function string name of the decay function - linear, exp, or gauss |
|
98 | 98 | * @param $params array The decay functions parameters, passed to ES directly |
99 | 99 | * |
100 | 100 | * @return void |
@@ -726,7 +726,7 @@ |
||
726 | 726 | * |
727 | 727 | * @module search |
728 | 728 | * |
729 | - * @param array $aggregations Array of Aggregations (filters) to add to the Jetpack_WPES_Query_Builder |
|
729 | + * @param string $aggregations Array of Aggregations (filters) to add to the Jetpack_WPES_Query_Builder |
|
730 | 730 | * |
731 | 731 | * @param Jetpack_WPES_Query_Builder $builder The builder instance that is creating the ES query |
732 | 732 | */ |