Completed
Push — federated-circles ( 2a3998...f4a386 )
by Maxence
02:39
created
lib/Service/FederatedService.php 1 patch
Doc Comments   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -164,8 +164,8 @@  discard block
 block discarded – undo
164 164
 	 * in the database and send a request to the remote circle using requestLink()
165 165
 	 * If any issue, entry is removed from the database.
166 166
 	 *
167
-	 * @param $circleId
168
-	 * @param $remote
167
+	 * @param integer $circleId
168
+	 * @param string $remote
169 169
 	 *
170 170
 	 * @return FederatedLink
171 171
 	 * @throws Exception
@@ -235,7 +235,7 @@  discard block
 block discarded – undo
235 235
 	 * @param Circle $circle
236 236
 	 * @param FederatedLink $link
237 237
 	 *
238
-	 * @return int
238
+	 * @return boolean
239 239
 	 * @throws Exception
240 240
 	 */
241 241
 	private function requestLink(Circle $circle, FederatedLink &$link) {
@@ -328,8 +328,8 @@  discard block
 block discarded – undo
328 328
 
329 329
 
330 330
 	/**
331
-	 * @param $circleId
332
-	 * @param $uniqueId
331
+	 * @param integer $circleId
332
+	 * @param string $uniqueId
333 333
 	 *
334 334
 	 * @return FederatedLink
335 335
 	 */
@@ -339,7 +339,7 @@  discard block
 block discarded – undo
339 339
 
340 340
 
341 341
 	/**
342
-	 * @param $circleId
342
+	 * @param integer $circleId
343 343
 	 *
344 344
 	 * @return FederatedLink[]
345 345
 	 */
@@ -349,7 +349,7 @@  discard block
 block discarded – undo
349 349
 
350 350
 
351 351
 	/**
352
-	 * @param $uniqueId
352
+	 * @param string $uniqueId
353 353
 	 *
354 354
 	 * @return bool
355 355
 	 * @throws Exception
Please login to merge, or discard this patch.