diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2023-06-01 18:15:19 +0200 |
---|---|---|
committer | backportbot-nextcloud[bot] <backportbot-nextcloud[bot]@users.noreply.github.com> | 2023-06-01 16:40:32 +0000 |
commit | a7bade0e0331fed89ab3afc529985284d7dc8788 (patch) | |
tree | f4293a8757e24f0a1219858aa9532987ab1a4692 /lib/public | |
parent | 8c2cb58542db28a888d84d3c3007fc0045d74e7a (diff) | |
download | nextcloud-server-a7bade0e0331fed89ab3afc529985284d7dc8788.tar.gz nextcloud-server-a7bade0e0331fed89ab3afc529985284d7dc8788.zip |
fix(ocp): Mark IMessage::attachInline as @since 27
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'lib/public')
-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; |