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 bc6550e commit c76d17dCopy full SHA for c76d17d
src/Symfony/Component/Notifier/Transport/AbstractTransport.php
@@ -80,7 +80,7 @@ public function send(MessageInterface $message): void
80
81
abstract protected function doSend(MessageInterface $message): void;
82
83
- protected function getEndpoint(): ?string
+ protected function getEndpoint(): string
84
{
85
return ($this->host ?: $this->getDefaultHost()).($this->port ? ':'.$this->port : '');
86
}
0 commit comments