]> git.mxchange.org Git - friendica.git/commitdiff
Whitespaces ...
authorMichael <heluecht@pirati.ca>
Thu, 13 May 2021 11:33:07 +0000 (11:33 +0000)
committerMichael <heluecht@pirati.ca>
Thu, 13 May 2021 11:33:07 +0000 (11:33 +0000)
src/Module/BaseApi.php
src/Object/Api/Mastodon/Token.php

index b18f0402c7c9a375be4246baef98c6d0a77f5823..6c2f13c59062655a53631606bf74320df3e81b45 100644 (file)
@@ -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)
index a3921fc8a710a95e304341489e7a1bdee71a04fb..1c78d69593e0c364c36413313390b5871eaa3808 100644 (file)
@@ -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)
        {