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/Authentication/LoginCredentials/IStore.php')
-rw-r--r--lib/public/Authentication/LoginCredentials/IStore.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/public/Authentication/LoginCredentials/IStore.php b/lib/public/Authentication/LoginCredentials/IStore.php
index 7fb645862cf..22562103a72 100644
--- a/lib/public/Authentication/LoginCredentials/IStore.php
+++ b/lib/public/Authentication/LoginCredentials/IStore.php
@@ -42,5 +42,4 @@ interface IStore {
* @return ICredentials the login credentials of the current user
*/
public function getLoginCredentials(): ICredentials;
-
}