Completed
Pull Request — master (#31634)
by Victor
12:36
created
lib/private/Share/MailNotifications.php 1 patch
Doc Comments   +4 added lines, -3 removed lines patch added patch discarded remove patch
@@ -218,10 +218,10 @@  discard block
 block discarded – undo
218 218
 	 * inform recipient about public link share
219 219
 	 *
220 220
 	 * @param string $recipient recipient email address
221
-	 * @param string $filename the shared file
222
-	 * @param string $link the public link
223 221
 	 * @param array $options allows ['cc'] and ['bcc'] recipients
224
-	 * @param int $expiration expiration date (timestamp)
222
+	 * @param string $subject
223
+	 * @param boolean|string $htmlBody
224
+	 * @param boolean|string $textBody
225 225
 	 * @return string[] $result of failed recipients
226 226
 	 */
227 227
 	public function sendLinkShareMailFromBody($recipient, $subject, $htmlBody, $textBody, $options = []) {
@@ -273,6 +273,7 @@  discard block
 block discarded – undo
273 273
 	 * @param string $personalNote optional personal note
274 274
 	 * @param string $prefix prefix of mail template files
275 275
 	 * @param IL10N || null $overrideL10n
276
+	 * @param IL10N $overrideL10n
276 277
 	 *
277 278
 	 * @return array an array of the html mail body and the plain text mail body
278 279
 	 */
Please login to merge, or discard this patch.