Completed
Push — master ( ef85ef...c39bc1 )
by Blizzz
59:43 queued 32:51
created
apps/sharebymail/lib/ShareByMailProvider.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -307,10 +307,10 @@  discard block
 block discarded – undo
307 307
 	 * publish activity if a file/folder was shared by mail
308 308
 	 *
309 309
 	 * @param $subject
310
-	 * @param $parameters
311
-	 * @param $affectedUser
310
+	 * @param string[] $parameters
311
+	 * @param string $affectedUser
312 312
 	 * @param $fileId
313
-	 * @param $filePath
313
+	 * @param string $filePath
314 314
 	 */
315 315
 	protected function publishActivity($subject, $parameters, $affectedUser, $fileId, $filePath) {
316 316
 		$event = $this->activityManager->generateEvent();
@@ -1067,7 +1067,7 @@  discard block
 block discarded – undo
1067 1067
 	/**
1068 1068
 	 * get database row of a give share
1069 1069
 	 *
1070
-	 * @param $id
1070
+	 * @param integer $id
1071 1071
 	 * @return array
1072 1072
 	 * @throws ShareNotFound
1073 1073
 	 */
Please login to merge, or discard this patch.