Skip to content

Commit

Permalink
Update HmacSignature.php (#660)
Browse files Browse the repository at this point in the history
Updated doc block for isHmacSupportedEventCode method to improve static code analysis.
  • Loading branch information
jonkerw85 authored May 27, 2024
1 parent 177bb88 commit 222cb94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Adyen/Util/HmacSignature.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 222cb94

Please sign in to comment.