Skip to content

Commit

Permalink
Merge branch 'master' into feature/CPW-4284
Browse files Browse the repository at this point in the history
  • Loading branch information
beaumind authored Jun 10, 2022
2 parents 868bedf + 43f5be1 commit 7e9442d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/Coinpaprika/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ class Client

const PRO_BASE_URL = 'https://api-pro.coinpaprika.com/%ver%/';


/**
* @var string
*/
Expand All @@ -52,11 +51,13 @@ class Client
*/
private $apiKey;


/**
* Client constructor.
*
* @param string|null $cacheDir
* @param \GuzzleHttp\Client $httpClient
* @param string|null $cacheDir
* @param \GuzzleHttp\Client|null $httpClient
* @param string|null $apiBaseUrl
*/
public function __construct(
string $cacheDir = null,
Expand Down

0 comments on commit 7e9442d

Please sign in to comment.