Completed
Pull Request — master (#32034)
by Victor
10:31
created
lib/private/legacy/util.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,6 @@
 block discarded – undo
59 59
 use OCP\Authentication\Exceptions\AccountCheckException;
60 60
 use OCP\Files\NoReadAccessException;
61 61
 use OCP\IConfig;
62
-use OCP\IGroupManager;
63 62
 use OCP\IUser;
64 63
 
65 64
 class OC_Util {
Please login to merge, or discard this patch.
apps/federatedfilesharing/lib/FedShareManager.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -81,6 +81,9 @@
 block discarded – undo
81 81
 		$this->logger = $logger;
82 82
 	}
83 83
 
84
+	/**
85
+	 * @param integer|null $remoteId
86
+	 */
84 87
 	public function createShare($shareWith,
85 88
 								$remote,
86 89
 								$remoteId,
Please login to merge, or discard this patch.