1
0
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:
Bruce Weirdan 2022-02-13 05:14:32 +02:00 committed by GitHub
commit 915f80ad5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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',