summaryrefslogtreecommitdiffstats
path: root/lib/Model/Client/SocialClient.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Model/Client/SocialClient.php')
-rw-r--r--lib/Model/Client/SocialClient.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/Model/Client/SocialClient.php b/lib/Model/Client/SocialClient.php
index c492dbcb..302c8173 100644
--- a/lib/Model/Client/SocialClient.php
+++ b/lib/Model/Client/SocialClient.php
@@ -31,11 +31,11 @@ declare(strict_types=1);
namespace OCA\Social\Model\Client;
-use OCA\Social\Tools\IQueryRow;
-use OCA\Social\Tools\Traits\TArrayTools;
use DateTime;
use Exception;
use JsonSerializable;
+use OCA\Social\Tools\IQueryRow;
+use OCA\Social\Tools\Traits\TArrayTools;
/**
* Class ClientApp
@@ -60,8 +60,8 @@ class SocialClient implements IQueryRow, JsonSerializable {
private string $token = '';
private int $creation = -1;
-// /** @var array */
-// private $tokenScopes = [];
+ // /** @var array */
+ // private $tokenScopes = [];
/**