Skip to content

Commit 1d040f9

Browse files
Merge pull request #38586 from nextcloud/fix/ocp/imessage-attachinline-since
fix(ocp): Mark IMessage::attachInline as @SInCE 27
2 parents 1a3bb23 + 0f53493 commit 1d040f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/public/Mail/IMessage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public function attach(IAttachment $attachment): IMessage;
4747
* @param string|null $contentType MIME Content-Type (e.g. text/plain or text/calendar)
4848
*
4949
* @return IMessage
50-
* @since 26.0.0
50+
* @since 27.0.0
5151
*/
5252
public function attachInline(string $body, string $name, string $contentType = null): IMessage;
5353

0 commit comments

Comments
 (0)