Fix PHPCS. Rename connect_bind to connectBind.

This commit is contained in:
William Mead
2024-01-31 15:31:57 +01:00
parent eee29554c3
commit f114094ffe
24 changed files with 55 additions and 57 deletions

View File

@@ -244,7 +244,7 @@ if (function_exists("ldap_connect")) {
// Test synchro
$ldap = new Ldap();
$result = $ldap->connect_bind();
$result = $ldap->connectBind();
if ($result > 0) {
$info = $object->_load_ldap_info();
@@ -288,7 +288,7 @@ if (function_exists("ldap_connect")) {
// Test synchro
$ldap = new Ldap();
$result = $ldap->connect_bind();
$result = $ldap->connectBind();
if ($result > 0) {
$required_fields = array(