Completed
Push — master ( 94b632...a799ec )
by Maxence
02:11
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.