From 722a3deee29aa5056d3cd4bc133b774da0e3253b Mon Sep 17 00:00:00 2001 From: jonkerw85 <54948500+jonkerw85@users.noreply.github.com> Date: Sun, 26 May 2024 19:07:38 +0200 Subject: [PATCH] Update HmacSignature.php Updated doc block for isHmacSupportedEventCode method to improve static code analysis. --- src/Adyen/Util/HmacSignature.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Adyen/Util/HmacSignature.php b/src/Adyen/Util/HmacSignature.php index 38f28a948..1610c6881 100644 --- a/src/Adyen/Util/HmacSignature.php +++ b/src/Adyen/Util/HmacSignature.php @@ -108,7 +108,8 @@ public function isValidNotificationHMAC($hmacKey, $params) /** * Returns true when the event code support HMAC validation * - * @param $response + * @param array $response + * @return bool */ public function isHmacSupportedEventCode($response) {