diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2023-06-01 18:15:19 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2023-06-01 18:15:19 +0200 |
commit | 0f534936b389559d6593522ee5cd429ef30ab95c (patch) | |
tree | 762a5765fb038a3aeac7512e07b757a033a33d76 /lib/public/Mail | |
parent | 1a3bb23a3791d20b5f29ee6c1a6ecd850ecf9aac (diff) | |
download | nextcloud-server-0f534936b389559d6593522ee5cd429ef30ab95c.tar.gz nextcloud-server-0f534936b389559d6593522ee5cd429ef30ab95c.zip |
fix(ocp): Mark IMessage::attachInline as @since 27
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'lib/public/Mail')
-rw-r--r-- | lib/public/Mail/IMessage.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/Mail/IMessage.php b/lib/public/Mail/IMessage.php index b3cc86839f1..08545138d37 100644 --- a/lib/public/Mail/IMessage.php +++ b/lib/public/Mail/IMessage.php @@ -47,7 +47,7 @@ interface 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; |