From 85c3d2abdbef34a7b88f3915a9423e9f217076a4 Mon Sep 17 00:00:00 2001 From: Vincent Langlet Date: Tue, 7 May 2024 14:50:50 +0200 Subject: [PATCH] Fix class declaration --- lib/Webhook.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Webhook.php b/lib/Webhook.php index 7fa4311a..12f7386c 100644 --- a/lib/Webhook.php +++ b/lib/Webhook.php @@ -22,9 +22,9 @@ class Webhook * `Webhook-Signature` header * @param string $webhook_endpoint_secret the webhook endpoint secret for your webhook * endpoint, as configured in your GoCardless Dashboard - * @return GoCardlessPro\Resources\Event[] the events included in the + * @return Resources\Event[] the events included in the * webhook - * @raises GoCardlessPro\Core\Exception\InvalidSignatureException if the + * @throws Core\Exception\InvalidSignatureException if the * signature header specified does not match the signature computed using the * request body and webhook endpoint secret */