8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ad08d5 commit f8bf59cCopy full SHA for f8bf59c
src/Symfony/Component/Notifier/Chatter.php
@@ -51,9 +51,7 @@ public function supports(MessageInterface $message): bool
51
public function send(MessageInterface $message): ?SentMessage
52
{
53
if (null === $this->bus) {
54
- $this->transport->send($message);
55
-
56
- return null;
+ return $this->transport->send($message);
57
}
58
59
if (null !== $this->dispatcher) {
src/Symfony/Component/Notifier/Texter.php
0 commit comments