From 3344a31d306f38b90c82532734e186835efa4893 Mon Sep 17 00:00:00 2001 From: Josh Bonfield Date: Thu, 29 Jun 2023 08:12:36 +0100 Subject: [PATCH] cs: fix namespace on docblock --- lib/Webhook.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Webhook.php b/lib/Webhook.php index 7fa4311a..cbec51d0 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 \GoCardlessPro\Resources\Event[] the events included in the * webhook - * @raises GoCardlessPro\Core\Exception\InvalidSignatureException if the + * @raises \GoCardlessPro\Core\Exception\InvalidSignatureException if the * signature header specified does not match the signature computed using the * request body and webhook endpoint secret */