aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/Command/TestUserSettings.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/user_ldap/lib/Command/TestUserSettings.php')
-rw-r--r--apps/user_ldap/lib/Command/TestUserSettings.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/user_ldap/lib/Command/TestUserSettings.php b/apps/user_ldap/lib/Command/TestUserSettings.php
index 51cf7c06473..12690158f98 100644
--- a/apps/user_ldap/lib/Command/TestUserSettings.php
+++ b/apps/user_ldap/lib/Command/TestUserSettings.php
@@ -91,9 +91,9 @@ class TestUserSettings extends Command {
if (!$access->isDNPartOfBase($knownDn, $access->getConnection()->ldapBaseUsers)) {
$output->writeln(
- "User <info>$knownDn</info> is not in one of the configured user bases: <info>" .
- implode(',', $access->getConnection()->ldapBaseUsers) .
- '</info>.'
+ "User <info>$knownDn</info> is not in one of the configured user bases: <info>"
+ . implode(',', $access->getConnection()->ldapBaseUsers)
+ . '</info>.'
);
}