Skip to content

Commit

Permalink
Update CS.
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed Nov 18, 2019
1 parent 2782233 commit 1740d37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ public function __construct(HttpClient $http)
public static function make(?string $clientId, ?string $clientSecret)
{
return (new static(Discovery::client()))
->setClientId($clientId)
->setClientSecret($clientSecret);
->setClientId($clientId)
->setClientSecret($clientSecret);
}

/**
Expand Down
2 changes: 1 addition & 1 deletion src/Request.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ final protected function requiresAccessToken(): void
/**
* Build query string from Katsana\Sdk\Query.
*
* @param \Katsana\Sdk\Query $query
* @param \Katsana\Sdk\Query|null $query
*
* @return array
*/
Expand Down

0 comments on commit 1740d37

Please sign in to comment.