Skip to content

Commit 1b81838

Browse files
come-ncblizzz
authored andcommitted
chore: style fix for named parameter
Co-authored-by: Arthur Schiwon <blizzz@arthur-schiwon.de> Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
1 parent 36d756a commit 1b81838

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/user_ldap/ajax/testConfiguration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
$conf['ldap_configuration_active'] = '1';
3131
}
3232
try {
33-
$connection->setConfiguration($conf, throw:true);
33+
$connection->setConfiguration($conf, throw: true);
3434
} catch (ConfigurationIssueException $e) {
3535
$configurationError = $e->getHint();
3636
}

0 commit comments

Comments
 (0)