Skip to content

Commit 3022561

Browse files
committed
SP-1095 Update phpcs
1 parent 2940f73 commit 3022561

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/BitPaySDK/Util/RESTcli/RESTcli.php

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,12 @@ class RESTcli
6666
* @param string|null $proxy
6767
* @throws BitPayApiException
6868
*/
69-
public function __construct(string $environment, PrivateKey $ecKey, ?string $proxy = null, ?string $platformInfo = null)
70-
{
69+
public function __construct(
70+
string $environment,
71+
PrivateKey $ecKey,
72+
?string $proxy = null,
73+
?string $platformInfo = null
74+
) {
7175
$this->ecKey = $ecKey;
7276
$this->baseUrl = $environment == Env::TEST ? Env::TEST_URL : Env::PROD_URL;
7377
$this->proxy = $proxy !== null ? trim($proxy) : '';

0 commit comments

Comments
 (0)