Completed
Pull Request — master (#32303)
by Victor
11:52
created
apps/federatedfilesharing/lib/Notifications.php 1 patch
Doc Comments   +10 added lines patch added patch discarded remove patch
@@ -362,6 +362,11 @@  discard block
 block discarded – undo
362 362
 		return $result;
363 363
 	}
364 364
 
365
+	/**
366
+	 * @param string $token
367
+	 * @param string $name
368
+	 * @param integer $remote_id
369
+	 */
365 370
 	protected function sendOcmRemoteShare(Address $shareWithAddress, Address $ownerAddress, Address $sharedByAddress, $token, $name, $remote_id) {
366 371
 		$fields = [
367 372
 			'shareWith' => $shareWithAddress->getCloudId(),
@@ -390,6 +395,11 @@  discard block
 block discarded – undo
390 395
 		return false;
391 396
 	}
392 397
 
398
+	/**
399
+	 * @param string $token
400
+	 * @param string $name
401
+	 * @param integer $remote_id
402
+	 */
393 403
 	protected function sendPreOcmRemoteShare(Address $shareWithAddress, Address $ownerAddress, Address $sharedByAddress, $token, $name, $remote_id) {
394 404
 		$fields = [
395 405
 			'shareWith' => $shareWithAddress->getUserId(),
Please login to merge, or discard this patch.
apps/federatedfilesharing/lib/Ocm/NotificationManager.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,6 @@
 block discarded – undo
22 22
 namespace OCA\FederatedFileSharing\Ocm;
23 23
 
24 24
 use OCA\FederatedFileSharing\Ocm\Notification\FileNotification;
25
-use OCP\Constants;
26 25
 
27 26
 /**
28 27
  * Class NotificationManager
Please login to merge, or discard this patch.