mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 20:34:47 +01:00
Add missing ldap_unbind mapping for php 8.1
This commit is contained in:
parent
00c0c0eaac
commit
9ce57e6c10
@ -639,6 +639,10 @@ return [
|
||||
'old' => ['bool', 'ldap'=>'resource', 'callback'=>'?callable'],
|
||||
'new' => ['bool', 'ldap'=>'LDAP\Connection', 'callback'=>'?callable'],
|
||||
],
|
||||
'ldap_unbind' => [
|
||||
'old' => ['bool', 'ldap'=>'resource'],
|
||||
'new' => ['bool', 'ldap'=>'LDAP\Connection'],
|
||||
],
|
||||
'mysqli::connect' => [
|
||||
'old' => ['null|false', 'hostname='=>'string|null', 'username='=>'string|null', 'password='=>'string|null', 'database='=>'string|null', 'port='=>'int|null', 'socket='=>'string|null'],
|
||||
'new' => ['bool', 'hostname='=>'string|null', 'username='=>'string|null', 'password='=>'string|null', 'database='=>'string|null', 'port='=>'int|null', 'socket='=>'string|null'],
|
||||
|
Loading…
Reference in New Issue
Block a user