Completed
Push — federated-circles ( 983050...ca77de )
by Maxence
02:51
created
lib/Db/MembersMapper.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -162,7 +162,7 @@
 block discarded – undo
162 162
 	 * getMembersFromCircleSql()
163 163
 	 * getMemberFromCircleSql()
164 164
 	 *
165
-	 * @param $circleId
165
+	 * @param integer $circleId
166 166
 	 *
167 167
 	 * @return \OCP\DB\QueryBuilder\IQueryBuilder
168 168
 	 */
Please login to merge, or discard this patch.
lib/Model/Share.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -92,7 +92,7 @@
 block discarded – undo
92 92
 	}
93 93
 
94 94
 	/**
95
-	 * @return mixed
95
+	 * @return string
96 96
 	 */
97 97
 	public function getCircleName() {
98 98
 		return $this->circleName;
Please login to merge, or discard this patch.
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.