@@ -222,10 +222,10 @@ |
||
222 | 222 | * inform recipient about public link share |
223 | 223 | * |
224 | 224 | * @param string $recipient recipient email address |
225 | - * @param string $filename the shared file |
|
226 | - * @param string $link the public link |
|
227 | 225 | * @param array $options allows ['to], ['cc'] and ['bcc'] recipients |
228 | - * @param int $expiration expiration date (timestamp) |
|
226 | + * @param string $subject |
|
227 | + * @param boolean|string $htmlBody |
|
228 | + * @param boolean|string $textBody |
|
229 | 229 | * @return string[] $result of failed recipients |
230 | 230 | */ |
231 | 231 | public function sendLinkShareMailFromBody($recipient, $subject, $htmlBody, $textBody, $options = []) { |