aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/User
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2020-04-10 16:56:50 +0200
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-04-10 16:56:50 +0200
commit734c62bee0f46652285f782761317889d1ef5c7d (patch)
treef9fe648d23372244f1d687d49b6c66126469d3f4 /lib/private/User
parent28f8eb5dba60a75f7e22debbdc26f1d3164deb18 (diff)
downloadnextcloud-server-734c62bee0f46652285f782761317889d1ef5c7d.tar.gz
nextcloud-server-734c62bee0f46652285f782761317889d1ef5c7d.zip
Format code according to PSR2
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'lib/private/User')
-rw-r--r--lib/private/User/Database.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/private/User/Database.php b/lib/private/User/Database.php
index d5098483d61..e88549c8d81 100644
--- a/lib/private/User/Database.php
+++ b/lib/private/User/Database.php
@@ -76,8 +76,8 @@ use OCP\User\Backend\ISetPasswordBackend;
/**
* Class for user management in a SQL Database (e.g. MySQL, SQLite)
*/
-class Database extends ABackend
- implements ICreateUserBackend,
+class Database extends ABackend implements
+ ICreateUserBackend,
ISetPasswordBackend,
ISetDisplayNameBackend,
IGetDisplayNameBackend,