Completed
Pull Request — master (#9345)
by Björn
26:01 queued 08:55
created
apps/federatedfilesharing/lib/ocm/CloudFederationProviderFiles.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -121,7 +121,7 @@
 block discarded – undo
121 121
 	 * share received from another server
122 122
 	 *
123 123
 	 * @param ICloudFederationShare $share
124
-	 * @return string provider specific unique ID of the share
124
+	 * @return integer provider specific unique ID of the share
125 125
 	 *
126 126
 	 * @throws ProviderCouldNotAddShareException
127 127
 	 * @throws \OCP\AppFramework\QueryException
Please login to merge, or discard this patch.
apps/files_sharing/lib/External/Manager.php 1 patch
Doc Comments   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -324,9 +324,9 @@  discard block
 block discarded – undo
324 324
 	 *
325 325
 	 * @param string $remoteDomain
326 326
 	 * @param string $token
327
-	 * @param $remoteId
327
+	 * @param integer $remoteId
328 328
 	 * @param string $feedback
329
-	 * @return mixed
329
+	 * @return boolean|null
330 330
 	 */
331 331
 	protected function tryOCMEndPoint($remoteDomain, $token, $remoteId, $feedback) {
332 332
 		switch ($feedback) {
@@ -405,6 +405,9 @@  discard block
 block discarded – undo
405 405
 		return $result;
406 406
 	}
407 407
 
408
+	/**
409
+	 * @param string $mountPoint
410
+	 */
408 411
 	public function removeShare($mountPoint) {
409 412
 
410 413
 		$mountPointObj = $this->mountManager->find($mountPoint);
Please login to merge, or discard this patch.