Skip to content

Commit 333b637

Browse files
committed
Removed WebhookData parameter
1 parent 05b89cb commit 333b637

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Validator/WebhookValidator.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,6 @@ public function validate(WebhookData $webhookData): array
5252
new NotBlank(),
5353
new Type(['type' => 'string']),
5454
],
55-
'status' => [
56-
new NotBlank(),
57-
new Type(['type' => 'string']),
58-
],
5955
'id' => [
6056
new NotBlank(),
6157
new Type(['type' => 'string']),

0 commit comments

Comments
 (0)