Skip to content

Commit

Permalink
Correct missing space
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyvdSluijs authored Nov 20, 2023
1 parent 77a1991 commit eb8fa1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Picqer/Financials/Exact/Webhook/Authenticatable.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

trait Authenticatable
{
public function authenticate(string $requestContent, string$webhookSecret): bool
public function authenticate(string $requestContent, string $webhookSecret): bool
{
$matches = [];
$matched = preg_match('/^{"Content":(.*),"HashCode":"(.*)"}$/', $requestContent, $matches);
Expand Down

0 comments on commit eb8fa1b

Please sign in to comment.