Skip to content

Commit 5e93dfc

Browse files
committed
Code cleanup & formatting
1 parent df2c899 commit 5e93dfc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Client/Webhook/Webhooks.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ public function request($path, array $data = []): ?array
4545

4646
public function withBasicAuth(string $username, string $password): static
4747
{
48-
4948
$this->basicAuth = [
5049
'username' => $username,
5150
'password' => $password,

0 commit comments

Comments
 (0)