Skip to content

Commit e426dfb

Browse files
committed
Merge pull request #18 from bobbyshaw/patch-1
Correct indentation in AbstractRequest
2 parents 1b55399 + 48b5627 commit e426dfb

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)