Completed
Pull Request — master (#32034)
by Victor
09:57
created
apps/federatedfilesharing/lib/FedShareManager.php 1 patch
Doc Comments   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -97,6 +97,9 @@  discard block
 block discarded – undo
97 97
 		$this->eventDispatcher = $eventDispatcher;
98 98
 	}
99 99
 
100
+	/**
101
+	 * @param integer|null $remoteId
102
+	 */
100 103
 	public function createShare($shareWith,
101 104
 								$remote,
102 105
 								$remoteId,
@@ -187,9 +190,9 @@  discard block
 block discarded – undo
187 190
 
188 191
 	/**
189 192
 	 * @param IShare $share
190
-	 * @param $remoteId
193
+	 * @param integer $remoteId
191 194
 	 * @param $shareWith
192
-	 * @param $permissions
195
+	 * @param integer $permissions
193 196
 	 *
194 197
 	 * @return IShare
195 198
 	 *
Please login to merge, or discard this patch.