Skip to content

Commit

Permalink
fix phpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
mrprompt committed Dec 21, 2020
1 parent 24fe8ab commit 5eadd4c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Base/HttpClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,6 @@ public function __construct(string $token, string $mode = self::PRODUCTION)
parent::__construct([
'base_uri' => $this->baseUrl,
'headers' => $this->headers,
]); }
]);
}
}

0 comments on commit 5eadd4c

Please sign in to comment.