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/IAccountProperty.php')
-rw-r--r--lib/public/Accounts/IAccountProperty.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/public/Accounts/IAccountProperty.php b/lib/public/Accounts/IAccountProperty.php
index c7213e278a6..0cab4d0203e 100644
--- a/lib/public/Accounts/IAccountProperty.php
+++ b/lib/public/Accounts/IAccountProperty.php
@@ -99,5 +99,4 @@ interface IAccountProperty extends \JsonSerializable {
* @return string
*/
public function getVerified(): string;
-
}