From e0c48770cd77a1f395df59e31042dd75a2c0efd7 Mon Sep 17 00:00:00 2001 From: freek Date: Sat, 14 Mar 2020 17:18:48 +0100 Subject: [PATCH] wip --- src/Events/WebhookCallEvent.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Events/WebhookCallEvent.php b/src/Events/WebhookCallEvent.php index 4df867e..3a6fd8f 100644 --- a/src/Events/WebhookCallEvent.php +++ b/src/Events/WebhookCallEvent.php @@ -6,7 +6,6 @@ abstract class WebhookCallEvent { - /** @var string */ public string $httpVerb; public string $webhookUrl;