mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 09:13:19 -04:00
fix(ocp): Mark IMessage::attachInline as @since 27
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
parent
8c2cb58542
commit
a7bade0e03
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue