Skip to content

Commit 97d56e9

Browse files
committed
feature #42696 [Notifier] Mark Transport as final (fabpot)
This PR was merged into the 5.4 branch. Discussion ---------- [Notifier] Mark Transport as final | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tickets | n/a <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead --> | License | MIT | Doc PR | n/a We've done the same for the Transport class of Mailer. Commits ------- 3c38b5b037 [Notifier] Mark Transport as final
2 parents 50f870a + 0b6a9cc commit 97d56e9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Transport.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@
5858

5959
/**
6060
* @author Fabien Potencier <fabien@symfony.com>
61+
*
62+
* @final since Symfony 5.4
6163
*/
6264
class Transport
6365
{

0 commit comments

Comments
 (0)