fix(ocp): Mark IMessage::attachInline as @since 27

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
Christoph Wurst 2023-06-01 18:15:19 +02:00
parent 1a3bb23a37
commit 0f534936b3
No known key found for this signature in database
GPG Key ID: CC42AC2A7F0E56D8
1 changed files with 1 additions and 1 deletions

View File

@ -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;