Skip to content

Commit

Permalink
Fixed CS
Browse files Browse the repository at this point in the history
  • Loading branch information
PeeHaa committed Apr 28, 2016
1 parent a483cef commit 5ffb669
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/OpenId/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ class Client {
private $fkeyRetriever;

public function __construct(Credentials $credentials, HttpClient $httpClient, FkeyRetriever $fkeyRetriever) {
$this->credentials = $credentials;
$this->httpClient = $httpClient;
$this->credentials = $credentials;
$this->httpClient = $httpClient;
$this->fkeyRetriever = $fkeyRetriever;
}

Expand Down

0 comments on commit 5ffb669

Please sign in to comment.