Completed
Push — master ( 2675cf...85e5b9 )
by Maxence
01:49
created
lib/Platform/ElasticSearchPlatform.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -128,7 +128,7 @@
 block discarded – undo
128 128
 	}
129 129
 
130 130
 	/**
131
-	 * @param $action
131
+	 * @param string $action
132 132
 	 * @param bool $force
133 133
 	 *
134 134
 	 * @throws Exception
Please login to merge, or discard this patch.
lib/Service/SearchService.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -205,7 +205,7 @@
 block discarded – undo
205 205
 
206 206
 	/**
207 207
 	 * @param SearchResult $searchResult
208
-	 * @param array $result
208
+	 * @param callable $result
209 209
 	 */
210 210
 	private function updateSearchResult(SearchResult $searchResult, $result) {
211 211
 		$searchResult->setRawResult(json_encode($result));
Please login to merge, or discard this patch.