mirror of
https://github.com/danog/psalm.git
synced 2025-01-21 21:31:13 +01:00
fix return value of ldap_explode_dn (#835)
This commit is contained in:
parent
23e90edc50
commit
83dd5a9418
@ -5665,7 +5665,7 @@ return [
|
||||
'ldap_exop_passwd' => ['mixed', 'link'=>'resource', 'user='=>'string', 'oldpw='=>'string', 'newpw='=>'string', 'serverctrls='=>'array'],
|
||||
'ldap_exop_refresh' => ['int', 'link'=>'resource', 'dn'=>'string', 'ttl'=>'int'],
|
||||
'ldap_exop_whoami' => ['string', 'link'=>'resource'],
|
||||
'ldap_explode_dn' => ['array', 'dn'=>'string', 'with_attrib'=>'int'],
|
||||
'ldap_explode_dn' => ['array|false', 'dn'=>'string', 'with_attrib'=>'int'],
|
||||
'ldap_first_attribute' => ['string', 'link_identifier'=>'resource', 'result_entry_identifier'=>'resource'],
|
||||
'ldap_first_entry' => ['resource|false', 'link_identifier'=>'resource', 'result_identifier'=>'resource'],
|
||||
'ldap_first_reference' => ['resource|false', 'link_identifier'=>'resource', 'result_identifier'=>'resource'],
|
||||
|
Loading…
x
Reference in New Issue
Block a user