mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-20 03:16:12 +00:00
src: style and whitespace sweep
This commit is contained in:
parent
cbfb91e413
commit
00ca3c55ff
@ -468,7 +468,7 @@ function local_sync_accounts()
|
||||
}
|
||||
}
|
||||
|
||||
function local_user_set(&$user, $force_password = false, $userattrs=null)
|
||||
function local_user_set(&$user, $force_password = false, $userattrs = null)
|
||||
{
|
||||
global $config;
|
||||
|
||||
|
||||
@ -128,7 +128,7 @@ class LDAP extends Base implements IAuthConnector
|
||||
private $lastAuthProperties = array();
|
||||
|
||||
/**
|
||||
* @var array internal list of LDAP errors
|
||||
* @var array internal list of LDAP errors
|
||||
*/
|
||||
private $lastAuthErrors = array();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user