Skip to content

Commit 48b5627

Browse files
committed
Correct indentation in AbstractRequest
1 parent 1b55399 commit 48b5627

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Message/AbstractRequest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public function __construct(ClientInterface $httpClient, HttpRequest $httpReques
3030
{
3131
$this->braintree = $braintree;
3232

33-
parent::__construct($httpClient, $httpRequest);
33+
parent::__construct($httpClient, $httpRequest);
3434
}
3535

3636
/**

0 commit comments

Comments
 (0)