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 acfa4b4 commit da4feaaCopy full SHA for da4feaa
messenger.rst
@@ -2097,7 +2097,7 @@ is it up or down. It is possible to do so by dispatching a
2097
$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);
+ $this->bus->dispatch(new PingWebhookMessage('GET', 'https://example.com/status', throw: false));
2101
2102
// Any valid HttpClientInterface option can be used
2103
$this->bus->dispatch(new PingWebhookMessage('POST', 'https://example.com/status', [
0 commit comments