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 723ef8e commit acfa4b4Copy full SHA for acfa4b4
messenger.rst
@@ -2094,7 +2094,7 @@ is it up or down. It is possible to do so by dispatching a
2094
public function ping(): void
2095
{
2096
// An HttpExceptionInterface is thrown on 3xx/4xx/5xx
2097
- $this->bus->dispatch(new PingWebhookMessage('GET', 'https://example.com/status');
+ $this->bus->dispatch(new PingWebhookMessage('GET', 'https://example.com/status'));
2098
2099
// Ping, but does not throw on 3xx/4xx/5xx
2100
$this->bus->dispatch(new PingWebhookMessage('GET', 'https://example.com/status', throw: false);
0 commit comments