Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5edbf0b

Browse files
committed
bug #37181 [Mailer] Remove an internal annot (fabpot)
This PR was merged into the 4.4 branch. Discussion ---------- [Mailer] Remove an internal annot | Q | A | ------------- | --- | Branch? | 4.4 <!-- see below --> | Bug fix? | yes | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tickets | Fix #36699 <!-- prefix each issue number with "Fix #", if any --> | License | MIT | Doc PR | n/a There is no reason to mark this method as being internal. Let's remove it. Commits ------- 52161f3 [Mailer] Remove an internal annot
2 parents f88570a + 52161f3 commit 5edbf0b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Symfony/Component/Mailer/Messenger/SendEmailMessage.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ class SendEmailMessage
2222
private $message;
2323
private $envelope;
2424

25-
/**
26-
* @internal
27-
*/
2825
public function __construct(RawMessage $message, Envelope $envelope = null)
2926
{
3027
$this->message = $message;

0 commit comments

Comments
 (0)