Skip to content

Commit a34c276

Browse files
author
Matej Labas
committed
Space
1 parent a29858c commit a34c276

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/OAuth2/AbstractProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ protected function makeAccessTokenRequest(string $code): RequestInterface
155155
return $this->httpStack->createRequest($this->requestHttpMethod, $this->getRequestTokenUri())
156156
->withHeader('Content-Type', 'application/x-www-form-urlencoded')
157157
->withBody($this->httpStack->createStream(http_build_query($parameters, '', '&')))
158-
;
158+
;
159159
}
160160

161161
/**

0 commit comments

Comments
 (0)