Skip to content

Commit 9b8225e

Browse files
committed
Fix
1 parent 3445a56 commit 9b8225e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Symfony/Component/Notifier/Bridge/Infobip/InfobipTransport.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ protected function doSend(MessageInterface $message): SentMessage
8787
return new SentMessage($message, (string) $this);
8888
}
8989

90-
protected function getEndpoint(): ?string
90+
protected function getEndpoint(): string
9191
{
9292
return $this->host.($this->port ? ':'.$this->port : '');
9393
}

src/Symfony/Component/Notifier/Bridge/Mattermost/MattermostTransport.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ protected function doSend(MessageInterface $message): SentMessage
8787
return $sentMessage;
8888
}
8989

90-
protected function getEndpoint(): ?string
90+
protected function getEndpoint(): string
9191
{
9292
return rtrim($this->host.($this->port ? ':'.$this->port : '').($this->path ?? ''), '/');
9393
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy