Skip to content

Commit 0f7de43

Browse files
committed
[Notifier] Mark Transport as final
1 parent 551a4e4 commit 0f7de43

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Transport.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,8 @@
5858

5959
/**
6060
* @author Fabien Potencier <fabien@symfony.com>
61-
*
62-
* @final since Symfony 5.4
6361
*/
64-
class Transport
62+
final class Transport
6563
{
6664
private const FACTORY_CLASSES = [
6765
AllMySmsTransportFactory::class,

0 commit comments

Comments
 (0)