Whitespaces ...
This commit is contained in:
parent
7975bc244d
commit
132e08edb8
|
@ -207,9 +207,9 @@ class BaseApi extends BaseModule
|
|||
/**
|
||||
* Get the application record via the proved request header fields
|
||||
*
|
||||
* @param string $client_id
|
||||
* @param string $client_secret
|
||||
* @param string $redirect_uri
|
||||
* @param string $client_id
|
||||
* @param string $client_secret
|
||||
* @param string $redirect_uri
|
||||
* @return array application record
|
||||
*/
|
||||
public static function getApplication(string $client_id, string $client_secret, string $redirect_uri)
|
||||
|
|
|
@ -43,10 +43,10 @@ class Token extends BaseDataTransferObject
|
|||
/**
|
||||
* Creates a token record
|
||||
*
|
||||
* @param string $access_token
|
||||
* @param string $token_type
|
||||
* @param string $scope
|
||||
* @param string $created_at
|
||||
* @param string $access_token
|
||||
* @param string $token_type
|
||||
* @param string $scope
|
||||
* @param string $created_at
|
||||
*/
|
||||
public function __construct(string $access_token, string $token_type, string $scope, string $created_at)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue