From 132e08edb84b3eb8031c7fcf00f008f72c7c2b0e Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 13 May 2021 11:33:07 +0000 Subject: [PATCH] Whitespaces ... --- src/Module/BaseApi.php | 6 +++--- src/Object/Api/Mastodon/Token.php | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/Module/BaseApi.php b/src/Module/BaseApi.php index b18f0402c7..6c2f13c590 100644 --- a/src/Module/BaseApi.php +++ b/src/Module/BaseApi.php @@ -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) diff --git a/src/Object/Api/Mastodon/Token.php b/src/Object/Api/Mastodon/Token.php index a3921fc8a7..1c78d69593 100644 --- a/src/Object/Api/Mastodon/Token.php +++ b/src/Object/Api/Mastodon/Token.php @@ -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) {