10000 Making the transport class final · symfony/symfony@aea1ad3 · GitHub
[go: up one dir, main page]

Skip to content

Commit aea1ad3

Browse files
committed
Making the transport class final
1 parent 554c91c commit aea1ad3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Notifier/Bridge/Sinch/SinchTransport.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
*
2525
* @experimental in 5.0
2626
*/
27-
class SinchTransport extends AbstractTransport
27+
final class SinchTransport extends AbstractTransport
2828
{
2929
protected const HOST = 'sms.api.sinch.com';
3030

0 commit comments

Comments
 (0)
0