mirror of
https://github.com/retailcrm/Fetch.git
synced 2025-02-11 12:39:26 +03:00
I think this should fix the PSR check
This commit is contained in:
parent
cce3bbcfc1
commit
35a756ee58
@ -154,7 +154,7 @@ class Server
|
|||||||
$this->username = $username;
|
$this->username = $username;
|
||||||
$this->password = $password;
|
$this->password = $password;
|
||||||
if( $tryFasterAuth ) {
|
if( $tryFasterAuth ) {
|
||||||
$this->setParam( 'DISABLE_AUTHENTICATOR', array( 'GSSAPI', 'NTLM' ) );
|
$this->setParam('DISABLE_AUTHENTICATOR', array('GSSAPI','NTLM'));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user