Skip to content

Commit

Permalink
chore: style fix for named parameter
Browse files Browse the repository at this point in the history
Co-authored-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
  • Loading branch information
come-nc and blizzz authored Feb 24, 2025
1 parent 2f820da commit e382d15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/user_ldap/ajax/testConfiguration.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
$conf['ldap_configuration_active'] = '1';
}
try {
$connection->setConfiguration($conf, throw:true);
$connection->setConfiguration($conf, throw: true);
} catch (ConfigurationIssueException $e) {
$configurationError = $e->getHint();
}
Expand Down

0 comments on commit e382d15

Please sign in to comment.