File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/Symfony/Component/Notifier/Bridge Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ protected function doSend(MessageInterface $message): SentMessage
87
87
return new SentMessage ($ message , (string ) $ this );
88
88
}
89
89
90
- protected function getEndpoint (): ? string
90
+ protected function getEndpoint (): string
91
91
{
92
92
return $ this ->host .($ this ->port ? ': ' .$ this ->port : '' );
93
93
}
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ protected function doSend(MessageInterface $message): SentMessage
87
87
return $ sentMessage ;
88
88
}
89
89
90
- protected function getEndpoint (): ? string
90
+ protected function getEndpoint (): string
91
91
{
92
92
return rtrim ($ this ->host .($ this ->port ? ': ' .$ this ->port : '' ).($ this ->path ?? '' ), '/ ' );
93
93
}
You can’t perform that action at this time.
0 commit comments