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

Skip to content

Commit 9d6ee30

Browse files
committed
minor #54110 [Mailer] Simplify MailerTestCommand (lyrixx)
This PR was submitted for the 6.4 branch but it was merged into the 7.1 branch instead. Discussion ---------- [Mailer] Simplify MailerTestCommand | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | | License | MIT Should I target SF 7.1? Commits ------- fdb0340 [Mailer] Simplify MailerTestCommand
2 parents f208ca7 + fdb0340 commit 9d6ee30

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Symfony/Component/Mailer/Command/MailerTestCommand.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ final class MailerTestCommand extends Command
2828
{
2929
public function __construct(private TransportInterface $transport)
3030
{
31-
$this->transport = $transport;
32-
3331
parent::__construct();
3432
}
3533

0 commit comments

Comments
 (0)