Skip to content

Commit

Permalink
bug #37181 [Mailer] Remove an internal annot (fabpot)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
fabpot committed Jun 10, 2020
2 parents f88570a + 52161f3 commit 5edbf0b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Symfony/Component/Mailer/Messenger/SendEmailMessage.php
Expand Up @@ -22,9 +22,6 @@ class SendEmailMessage
private $message;
private $envelope;

/**
* @internal
*/
public function __construct(RawMessage $message, Envelope $envelope = null)
{
$this->message = $message;
Expand Down

0 comments on commit 5edbf0b

Please sign in to comment.