summaryrefslogtreecommitdiffstats
path: root/lib/private/Authentication/Token
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2016-10-19 15:11:58 +0200
committerRobin Appelman <robin@icewind.nl>2016-11-16 15:24:28 +0100
commitc5df58ec69af0f8ee48543df66f61e3090bdfb17 (patch)
treeeb8638327afcc235fad5555963a59a2858770b5b /lib/private/Authentication/Token
parent7e9e5db4963b2ce8e34b6b70347d9cc2dff3f88a (diff)
downloadnextcloud-server-c5df58ec69af0f8ee48543df66f61e3090bdfb17.tar.gz
nextcloud-server-c5df58ec69af0f8ee48543df66f61e3090bdfb17.zip
phpdoc
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'lib/private/Authentication/Token')
-rw-r--r--lib/private/Authentication/Token/DefaultToken.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/private/Authentication/Token/DefaultToken.php b/lib/private/Authentication/Token/DefaultToken.php
index ea2414e6e15..8e6774a0a22 100644
--- a/lib/private/Authentication/Token/DefaultToken.php
+++ b/lib/private/Authentication/Token/DefaultToken.php
@@ -154,8 +154,7 @@ class DefaultToken extends Entity implements IToken {
$scope = json_decode($this->getScope(), true);
if (!$scope) {
return [
- 'filesystem'=> true,
- 'apps' => []
+ 'filesystem'=> true
];
}
return $scope;