diff --git a/tests/e2e/Services/Webhooks/WebhooksBase.php b/tests/e2e/Services/Webhooks/WebhooksBase.php index 745978112..13104a7a5 100644 --- a/tests/e2e/Services/Webhooks/WebhooksBase.php +++ b/tests/e2e/Services/Webhooks/WebhooksBase.php @@ -8,7 +8,7 @@ use Tests\E2E\Client; trait WebhooksBase { - public static function getWebhookSignature($webhook, $signatureKey): string + public static function getWebhookSignature(array $webhook, string $signatureKey): string { $payload = json_encode($webhook['data']); $url = $webhook['url'];