Clean up some code.

This commit is contained in:
James Cole
2026-04-04 18:54:57 +02:00
parent cbbecf4a19
commit a5c653069a
@@ -114,6 +114,7 @@ class StandardWebhookSender implements WebhookSenderInterface
}
$options = [
'body' => $json,
'allow_redirects' => false,
'headers' => [
'Content-Type' => 'application/json',
'Accept' => 'application/json',