summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib
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 /apps/user_ldap/lib
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 'apps/user_ldap/lib')
-rw-r--r--apps/user_ldap/lib/Connection.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/user_ldap/lib/Connection.php b/apps/user_ldap/lib/Connection.php
index cec4866b0ea..0cc93a08e6f 100644
--- a/apps/user_ldap/lib/Connection.php
+++ b/apps/user_ldap/lib/Connection.php
@@ -348,6 +348,7 @@ class Connection extends LDAPUtility {
$result[$dbkey] = implode("\n", $config[$configkey]);
break;
} //else follows default
+ // no break
default:
$result[$dbkey] = $config[$configkey];
}