mirror of
https://github.com/danog/psalm.git
synced 2024-11-27 04:45:20 +01:00
Update ldap parameter to ldap_unbind in callmap
This commit is contained in:
parent
9ce57e6c10
commit
07b335d068
@ -6829,7 +6829,7 @@ return [
|
||||
'ldap_set_rebind_proc' => ['bool', 'ldap'=>'LDAP\Connection', 'callback'=>'?callable'],
|
||||
'ldap_start_tls' => ['bool', 'ldap'=>'resource'],
|
||||
'ldap_t61_to_8859' => ['string', 'value'=>'string'],
|
||||
'ldap_unbind' => ['bool', 'ldap'=>'resource'],
|
||||
'ldap_unbind' => ['bool', 'ldap'=>'LDAP\Connection'],
|
||||
'leak' => ['', 'num_bytes'=>'int'],
|
||||
'leak_variable' => ['', 'variable'=>'', 'leak_data'=>'bool'],
|
||||
'legendObj::convertToString' => ['string'],
|
||||
|
Loading…
Reference in New Issue
Block a user