We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1a3bb23 + 0f53493 commit 1d040f9Copy full SHA for 1d040f9
1 file changed
lib/public/Mail/IMessage.php
@@ -47,7 +47,7 @@ public function attach(IAttachment $attachment): IMessage;
47
* @param string|null $contentType MIME Content-Type (e.g. text/plain or text/calendar)
48
*
49
* @return IMessage
50
- * @since 26.0.0
+ * @since 27.0.0
51
*/
52
public function attachInline(string $body, string $name, string $contentType = null): IMessage;
53
0 commit comments