Completed
Push — add/search ( 19e5a5 )
by
unknown
10:06
created
_inc/lib/jetpack-wpes-query-builder/jetpack-wpes-query-builder.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -94,7 +94,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
modules/search/class.jetpack-search.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -726,7 +726,7 @@
 block discarded – undo
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
 	 */
Please login to merge, or discard this patch.