Skip to content

Commit 4b89780

Browse files
committed
deprecated magic properties (BC break)
1 parent 70c916c commit 4b89780

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Mail/Message.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
/**
1717
* Mail provides functionality to compose and send both text and MIME-compliant multipart email messages.
1818
*
19-
* @property string $subject
20-
* @property string $htmlBody
19+
* @property-deprecated string $subject
20+
* @property-deprecated string $htmlBody
2121
*/
2222
class Message extends MimePart
2323
{

src/Mail/MimePart.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
/**
1717
* MIME message part.
1818
*
19-
* @property string $body
19+
* @property-deprecated string $body
2020
*/
2121
class MimePart
2222
{

0 commit comments

Comments
 (0)