From a7bade0e0331fed89ab3afc529985284d7dc8788 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Thu, 1 Jun 2023 18:15:19 +0200 Subject: [PATCH] fix(ocp): Mark IMessage::attachInline as @since 27 Signed-off-by: Christoph Wurst --- lib/public/Mail/IMessage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/public/Mail/IMessage.php b/lib/public/Mail/IMessage.php index b3cc86839f11e..08545138d37bf 100644 --- a/lib/public/Mail/IMessage.php +++ b/lib/public/Mail/IMessage.php @@ -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;