Skip to content

Commit 4e1a2fc

Browse files
committed
Resolve CS Error
1 parent 1966086 commit 4e1a2fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/NewTwitchApi/HelixGuzzleClient.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ class HelixGuzzleClient
1313

1414
public function __construct(string $clientId, array $config = [], string $baseUri = null)
1515
{
16-
if($baseUri == null) {
17-
$baseUri = self::BASE_URI;
18-
}
16+
if ($baseUri == null) {
17+
$baseUri = self::BASE_URI;
18+
}
1919

2020
$headers = [
2121
'Client-ID' => $clientId,

0 commit comments

Comments
 (0)