Skip to content

Commit 8d52e1f

Browse files
committed
Apply fixes from StyleCI
1 parent a98df97 commit 8d52e1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Webhook.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ public static function constructEvent(array $payload, array $signature, string $
2222
if (! WebhookSignature::make($signature, $secret)->verify()) {
2323
throw WebhookFailed::invalidSignature();
2424
}
25+
2526
// Make an event
2627
return Event::constructFrom($payload);
2728
}

0 commit comments

Comments
 (0)