Skip to content

Commit

Permalink
Merge pull request #18 from Jeroen-G/analysis-YjJK30
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
Jeroen-G authored May 11, 2021
2 parents ea518f7 + 6c4620b commit 1256bce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Api.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ public function __construct(
public function request(string $call, ?array $parameters = null)
{
$guzzleResponse = $this->client->get(
$this->api() . '&method=' .
$call . $this->parameters($parameters)
$this->api().'&method='.
$call.$this->parameters($parameters)
);

if ($guzzleResponse->getStatusCode() === 200) {
Expand Down

0 comments on commit 1256bce

Please sign in to comment.