Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/Accounts/IAccount.php')
-rw-r--r--lib/public/Accounts/IAccount.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/public/Accounts/IAccount.php b/lib/public/Accounts/IAccount.php
index 6bf4988a9f1..a389ce5fddb 100644
--- a/lib/public/Accounts/IAccount.php
+++ b/lib/public/Accounts/IAccount.php
@@ -88,5 +88,4 @@ interface IAccount extends \JsonSerializable {
* @return IUser
*/
public function getUser(): IUser;
-
}