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 2 patches
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.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -116,7 +116,7 @@
 block discarded – undo
116 116
 			$result = $client->search($query['params']);
117 117
 		} catch (Exception $e) {
118 118
 			$this->miscService->log(
119
-				'debug - request: ' . json_encode($searchResult->getRequest()) . '   - query: '
119
+				'debug - request: '.json_encode($searchResult->getRequest()).'   - query: '
120 120
 				. json_encode($query)
121 121
 			);
122 122
 			throw $e;
Please login to merge, or discard this patch.