Completed
Pull Request — master (#29408)
by Sujith
09:15
created
apps/federatedfilesharing/lib/FederatedShareProvider.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -397,7 +397,7 @@  discard block
 block discarded – undo
397 397
 	/**
398 398
 	 * store remote ID in federated reShare table
399 399
 	 *
400
-	 * @param $shareId
400
+	 * @param integer $shareId
401 401
 	 * @param $remoteId
402 402
 	 */
403 403
 	public function storeRemoteId($shareId, $remoteId) {
@@ -735,7 +735,7 @@  discard block
 block discarded – undo
735 735
 
736 736
 	/**
737 737
 	 * Get the id's of share_with from the share table
738
-	 * @param $share_with
738
+	 * @param string $share_with
739 739
 	 * @return array
740 740
 	 */
741 741
 	private function getAllShareIds($share_with) {
@@ -863,7 +863,7 @@  discard block
 block discarded – undo
863 863
 	/**
864 864
 	 * get database row of a give share
865 865
 	 *
866
-	 * @param $id
866
+	 * @param integer $id
867 867
 	 * @return array
868 868
 	 * @throws ShareNotFound
869 869
 	 */
Please login to merge, or discard this patch.