Completed
Pull Request — master (#657)
by Björn
09:20
created
apps/sharebymail/lib/ShareByMailProvider.php 1 patch
Doc Comments   +7 added lines, -1 removed lines patch added patch discarded remove patch
@@ -175,6 +175,12 @@  discard block
 block discarded – undo
175 175
 
176 176
 	}
177 177
 
178
+	/**
179
+	 * @param string $link
180
+	 * @param string $owner
181
+	 * @param string $initiator
182
+	 * @param string $shareWith
183
+	 */
178 184
 	private function sendMailNotification($filename, $link, $owner, $initiator, $shareWith) {
179 185
 		if ($owner === $initiator) {
180 186
 			$subject = (string)$this->l->t('%s shared »%s« with you', array($owner, $filename));
@@ -668,7 +674,7 @@  discard block
 block discarded – undo
668 674
 	/**
669 675
 	 * get database row of a give share
670 676
 	 *
671
-	 * @param $id
677
+	 * @param integer $id
672 678
 	 * @return array
673 679
 	 * @throws ShareNotFound
674 680
 	 */
Please login to merge, or discard this patch.