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:
parent
e06350b1ad
commit
8d37f16616
@ -260,7 +260,7 @@ return [
|
|||||||
'field_count' => 'int',
|
'field_count' => 'int',
|
||||||
'host_info' => 'string',
|
'host_info' => 'string',
|
||||||
'info' => 'string',
|
'info' => 'string',
|
||||||
'insert_id' => 'int',
|
'insert_id' => 'int|string',
|
||||||
'protocol_version' => 'string',
|
'protocol_version' => 'string',
|
||||||
'server_info' => 'string',
|
'server_info' => 'string',
|
||||||
'server_version' => 'int',
|
'server_version' => 'int',
|
||||||
|
Loading…
Reference in New Issue
Block a user