Completed
Push — master ( 3d5ba5...145fdd )
by Maxence
21:19
created
lib/Service/IndexService.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -107,7 +107,7 @@  discard block
 block discarded – undo
107 107
 
108 108
 	/**
109 109
 	 * @param Client $client
110
-	 * @param $providerId
110
+	 * @param string $providerId
111 111
 	 *
112 112
 	 * @throws ConfigurationException
113 113
 	 */
@@ -191,7 +191,7 @@  discard block
 block discarded – undo
191 191
 
192 192
 	/**
193 193
 	 * @param Index $index
194
-	 * @param array $result
194
+	 * @param callable $result
195 195
 	 *
196 196
 	 * @return Index
197 197
 	 */
Please login to merge, or discard this patch.
lib/Service/SearchMappingService.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -344,8 +344,8 @@
 block discarded – undo
344 344
 
345 345
 
346 346
 	/**
347
-	 * @param $providerId
348
-	 * @param $documentId
347
+	 * @param string $providerId
348
+	 * @param string $documentId
349 349
 	 *
350 350
 	 * @return array
351 351
 	 * @throws ConfigurationException
Please login to merge, or discard this patch.
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.