mirror of
https://github.com/danog/psalm.git
synced 2024-11-30 04:39:00 +01:00
Merge pull request #7660 from morozov/mysqli-connect-error
This commit is contained in:
commit
915f80ad5f
@ -256,7 +256,7 @@ return [
|
||||
'client_info' => 'string',
|
||||
'client_version' => 'int',
|
||||
'connect_errno' => 'int',
|
||||
'connect_error' => 'string',
|
||||
'connect_error' => '?string',
|
||||
'errno' => 'int',
|
||||
'error' => 'string',
|
||||
'error_list' => 'array',
|
||||
|
Loading…
Reference in New Issue
Block a user