Skip to content

Commit da4feaa

Browse files
authored
Fix syntax error
1 parent acfa4b4 commit da4feaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

messenger.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2097,7 +2097,7 @@ is it up or down. It is possible to do so by dispatching a
20972097
$this->bus->dispatch(new PingWebhookMessage('GET', 'https://example.com/status'));
20982098

20992099
// Ping, but does not throw on 3xx/4xx/5xx
2100-
$this->bus->dispatch(new PingWebhookMessage('GET', 'https://example.com/status', throw: false);
2100+
$this->bus->dispatch(new PingWebhookMessage('GET', 'https://example.com/status', throw: false));
21012101

21022102
// Any valid HttpClientInterface option can be used
21032103
$this->bus->dispatch(new PingWebhookMessage('POST', 'https://example.com/status', [

0 commit comments

Comments
 (0)