Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
haridarshan authored and StyleCIBot committed May 13, 2018
1 parent 4236fe1 commit 835d5e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Server.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public function __construct(
public function getUsers()
{
$this->restURI .= '/users';

return $this->sendRequest($this->preparePropertiesForRequest(self::class), [], self::VERB_GET);
}

Expand Down

0 comments on commit 835d5e3

Please sign in to comment.