Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lib/Webhook.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down