mirror of
https://github.com/friendica/friendica
synced 2025-04-27 07:10:12 +00:00
Whitespaces ...
This commit is contained in:
parent
7975bc244d
commit
132e08edb8
2 changed files with 7 additions and 7 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue