Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Dec 12, 2024
1 parent 3378bfc commit 98e88f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Mail/MailManagerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public function testMailUrlConfigWithAutoTls($scheme, $port)
$this->assertSame($port === 465, $transport->getStream()->isTLS());

if (method_exists($transport, 'isAutoTls')) {
// Only available on Symfony Mailer 7.2
// Only available on Symfony Mailer 7.1
$this->assertTrue($transport->isAutoTls());
}
}
Expand Down

0 comments on commit 98e88f4

Please sign in to comment.