We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70c916c commit 4b89780Copy full SHA for 4b89780
src/Mail/Message.php
@@ -16,8 +16,8 @@
16
/**
17
* Mail provides functionality to compose and send both text and MIME-compliant multipart email messages.
18
*
19
- * @property string $subject
20
- * @property string $htmlBody
+ * @property-deprecated string $subject
+ * @property-deprecated string $htmlBody
21
*/
22
class Message extends MimePart
23
{
src/Mail/MimePart.php
@@ -16,7 +16,7 @@
* MIME message part.
- * @property string $body
+ * @property-deprecated string $body
class MimePart
0 commit comments