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 a891390 commit ac5148cCopy full SHA for ac5148c
1 file changed
src/Services/WebhookService.php
@@ -68,6 +68,11 @@ public function validatePayload(array $payload): ?JsonResponse
68
return null;
69
}
70
71
+ /**
72
+ * @param array<string, mixed> $payload
73
+ *
74
+ * @return null|JsonResponse
75
+ */
76
public function validatePayloadForComment(array $payload): ?JsonResponse
77
{
78
if (!$this->isActionPresent($payload)) {
0 commit comments