Skip to content

Commit

Permalink
Apply fixes from StyleCI (#479)
Browse files Browse the repository at this point in the history
[ci skip] [skip ci]

Co-authored-by: StyleCI Bot <[email protected]>
  • Loading branch information
lesstif and StyleCIBot authored Oct 3, 2022
1 parent 211251f commit 2dd30c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ServiceDesk/Organisation/OrganisationService.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ public function getOrganisations(int $start, int $limit): array
$paramArray = $this->client->toHttpQueryParameter([
'start' => $start,
'limit' => $limit,
]);
]);

$response = $this->client->exec($this->uri. $paramArray, null);
$response = $this->client->exec($this->uri.$paramArray, null);

$this->logger->info("Result=\n".$response);

Expand Down

0 comments on commit 2dd30c6

Please sign in to comment.