Completed
Pull Request — master (#31671)
by Sujith
87:34 queued 70:39
created
apps/files_sharing/lib/API/Share20OCS.php 1 patch
Doc Comments   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -511,7 +511,7 @@  discard block
 block discarded – undo
511 511
 	/**
512 512
 	 * @param \OCP\Files\File|\OCP\Files\Folder $node
513 513
 	 * @param boolean $includeTags include tags in response
514
-	 * @param int|null $stateFilter state filter or empty for all, defaults to 0 (accepted)
514
+	 * @param integer $stateFilter state filter or empty for all, defaults to 0 (accepted)
515 515
 	 * @return \OC\OCS\Result
516 516
 	 */
517 517
 	private function getSharedWithMe($node = null, $includeTags, $stateFilter = 0) {
@@ -870,7 +870,7 @@  discard block
 block discarded – undo
870 870
 	}
871 871
 
872 872
 	/**
873
-	 * @param $id
873
+	 * @param integer $id
874 874
 	 * @param $state
875 875
 	 * @return \OC\OCS\Result
876 876
 	 */
@@ -1041,6 +1041,7 @@  discard block
 block discarded – undo
1041 1041
 	 * not support this we need to check all backends.
1042 1042
 	 *
1043 1043
 	 * @param string $id
1044
+	 * @param string $recipient
1044 1045
 	 * @return \OCP\Share\IShare
1045 1046
 	 * @throws ShareNotFound
1046 1047
 	 */
Please login to merge, or discard this patch.