Completed
Push — federated-circles ( 673aab...31ccdf )
by Maxence
02:42
created
lib/Service/FederatedService.php 1 patch
Doc Comments   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -167,8 +167,8 @@  discard block
 block discarded – undo
167 167
 	 * in the database and send a request to the remote circle using requestLink()
168 168
 	 * If any issue, entry is removed from the database.
169 169
 	 *
170
-	 * @param $circleId
171
-	 * @param $remote
170
+	 * @param integer $circleId
171
+	 * @param string $remote
172 172
 	 *
173 173
 	 * @return FederatedLink
174 174
 	 * @throws Exception
@@ -238,7 +238,7 @@  discard block
 block discarded – undo
238 238
 	 * @param Circle $circle
239 239
 	 * @param FederatedLink $link
240 240
 	 *
241
-	 * @return int
241
+	 * @return boolean
242 242
 	 * @throws Exception
243 243
 	 */
244 244
 	private function requestLink(Circle $circle, FederatedLink &$link) {
@@ -369,8 +369,8 @@  discard block
 block discarded – undo
369 369
 	}
370 370
 
371 371
 	/**
372
-	 * @param $circleId
373
-	 * @param $uniqueId
372
+	 * @param integer $circleId
373
+	 * @param string $uniqueId
374 374
 	 *
375 375
 	 * @return FederatedLink
376 376
 	 */
@@ -380,7 +380,7 @@  discard block
 block discarded – undo
380 380
 
381 381
 
382 382
 	/**
383
-	 * @param $circleId
383
+	 * @param integer $circleId
384 384
 	 *
385 385
 	 * @return FederatedLink[]
386 386
 	 */
Please login to merge, or discard this patch.