mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -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
1a3bb23a37
commit
0f534936b3
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