Skip to content

Commit 92f8149

Browse files
Merge branch '5.2' into 5.x
* 5.2: Fix merge
2 parents 7c62e9b + 5c03d2d commit 92f8149

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,6 @@ protected function doSend(MessageInterface $message): SentMessage
8787
return $sentMessage;
8888
}
8989

90-
protected function getEndpoint(): ?string
91-
{
92-
return $this->host.($this->port ? ':'.$this->port : '');
93-
}
94-
9590
protected function getEndpoint(): ?string
9691
{
9792
return rtrim($this->host.($this->port ? ':'.$this->port : '').($this->path ?? ''), '/');

0 commit comments

Comments
 (0)