Skip to content

Commit 0200f50

Browse files
authored
Merge pull request #4 from binary-cats/analysis-rd0boL
Apply fixes from StyleCI
2 parents e4c11f2 + fc9bd0c commit 0200f50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BigBlueButtonSignatureValidator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public function isValid(Request $request, WebhookConfig $config): bool
3939
try {
4040
Webhook::constructEvent($request->all(), $signature, $secret);
4141
} catch (Exception $exception) {
42-
report ($exception);
42+
report($exception);
4343

4444
return false;
4545
}

0 commit comments

Comments
 (0)