Skip to content

Commit

Permalink
deprecated magic properties (BC break)
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Dec 12, 2021
1 parent b04cfbe commit d0183d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/Mail/Message.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
/**
* Mail provides functionality to compose and send both text and MIME-compliant multipart email messages.
*
* @property string $subject
* @property string $htmlBody
* @property-deprecated string $subject
* @property-deprecated string $htmlBody
*/
class Message extends MimePart
{
Expand Down
2 changes: 1 addition & 1 deletion src/Mail/MimePart.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
/**
* MIME message part.
*
* @property string $body
* @property-deprecated string $body
*/
class MimePart
{
Expand Down

0 comments on commit d0183d1

Please sign in to comment.