Completed
Push — federated-circles ( 25ee14...bb3cdd )
by Maxence
02:31
created
lib/Service/FederatedService.php 1 patch
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -163,8 +163,8 @@  discard block
 block discarded – undo
163 163
 	 * in the database and send a request to the remote circle using requestLink()
164 164
 	 * If any issue, entry is removed from the database.
165 165
 	 *
166
-	 * @param $circleId
167
-	 * @param $remote
166
+	 * @param integer $circleId
167
+	 * @param string $remote
168 168
 	 *
169 169
 	 * @return FederatedLink
170 170
 	 * @throws Exception
@@ -221,7 +221,7 @@  discard block
 block discarded – undo
221 221
 	 * @param Circle $circle
222 222
 	 * @param FederatedLink $link
223 223
 	 *
224
-	 * @return int
224
+	 * @return boolean
225 225
 	 * @throws Exception
226 226
 	 */
227 227
 	private function requestLink(Circle $circle, FederatedLink &$link) {
@@ -315,8 +315,8 @@  discard block
 block discarded – undo
315 315
 
316 316
 
317 317
 	/**
318
-	 * @param $circleId
319
-	 * @param $uniqueId
318
+	 * @param integer $circleId
319
+	 * @param string $uniqueId
320 320
 	 *
321 321
 	 * @return FederatedLink
322 322
 	 */
Please login to merge, or discard this patch.