1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 12:24:49 +01:00

mysqli::$insert_id can be a string (#4577)

This commit is contained in:
Benjamin Morel 2020-11-17 03:48:04 +01:00 committed by Daniil Gentili
parent e06350b1ad
commit 8d37f16616
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7

View File

@ -260,7 +260,7 @@ return [
'field_count' => 'int',
'host_info' => 'string',
'info' => 'string',
'insert_id' => 'int',
'insert_id' => 'int|string',
'protocol_version' => 'string',
'server_info' => 'string',
'server_version' => 'int',