8000 add trailing , · symfony/symfony@500d34c · GitHub
[go: up one dir, main page]

Skip to content

Commit 500d34c

Browse files
committed
add trailing ,
1 parent 32c7507 commit 500d34c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Notifier/Exception/UnsupportedSchemeException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class UnsupportedSchemeException extends LogicException
4040
],
4141
'rocketchat' => [
4242
'class' => Bridge\RocketChat\RocketChatTransportFactory::class,
43-
'package' => 'rocketchat-notifier'
43+
'package' => 'rocketchat-notifier',
4444
],
4545
'twilio' => [
4646
'class' => Bridge\Twilio\TwilioTransportFactory::class,

0 commit comments

Comments
 (0)
0