Skip to content

Commit

Permalink
fix(ocp): Mark IMessage::attachInline as @SInCE 27
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Wurst <[email protected]>
  • Loading branch information
ChristophWurst committed Jun 1, 2023
1 parent 1a3bb23 commit 0f53493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/public/Mail/IMessage.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public function attach(IAttachment $attachment): 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;

Expand Down

0 comments on commit 0f53493

Please sign in to comment.