Skip to content

Commit

Permalink
Merge pull request #38588 from nextcloud/backport/38586/stable27
Browse files Browse the repository at this point in the history
[stable27] fix(ocp): Mark IMessage::attachInline as @SInCE 27
  • Loading branch information
AndyScherzinger committed Jun 1, 2023
2 parents 8c2cb58 + a7bade0 commit 3e72ad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/public/Mail/IMessage.php
Expand Up @@ -47,7 +47,7 @@ public function attach(IAttachment $attachment): IMessage;
* @param string|null $contentType MIME Content-Type (e.g. text/plain or text/calendar)
*
* @return IMessage
* @since 26.0.0
* @since 27.0.0
*/
public function attachInline(string $body, string $name, string $contentType = null): IMessage;

Expand Down

0 comments on commit 3e72ad1

Please sign in to comment.