Skip to content

Commit eb4f048

Browse files
committed
cs
1 parent fb19d40 commit eb4f048

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Notifier/Bridge/GoogleChat/GoogleChatTransportFactory.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public function create(Dsn $dsn): TransportInterface
4141

4242
$threadKey = $dsn->getOption('thread_key');
4343

44-
/**
44+
/*
4545
* Remove this check for 5.4
4646
*/
4747
if (null === $threadKey && null !== $dsn->getOption('threadKey')) {

0 commit comments

Comments
 (0)