Skip to content

Commit

Permalink
Merge 37f0d6b into 7c13d7a
Browse files Browse the repository at this point in the history
  • Loading branch information
eiriksm committed Jun 17, 2019
2 parents 7c13d7a + 37f0d6b commit 56a7a7b
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions src/CosyComposer.php
Original file line number Diff line number Diff line change
Expand Up @@ -190,25 +190,6 @@ public function setTokenUrl($tokenUrl)
$this->tokenUrl = $tokenUrl;
}

/**
* @return \Http\Adapter\Guzzle6\Client
*/
public function getHttpClient()
{
if (!$this->httpClient) {
$this->httpClient = new \Http\Adapter\Guzzle6\Client();
}
return $this->httpClient;
}

/**
* @param \Http\Adapter\Guzzle6\Client $httpClient
*/
public function setHttpClient($httpClient)
{
$this->httpClient = $httpClient;
}

/**
* @param ProjectData|null $project
*/
Expand Down

0 comments on commit 56a7a7b

Please sign in to comment.