mirror of
https://github.com/danog/psalm.git
synced 2025-01-21 21:31:13 +01:00
Fixed mysql::$insert_id type (#3496)
* Fixed mysql::$insert_id type * Update PropertyMap.php * Update src/Psalm/Internal/PropertyMap.php
This commit is contained in:
parent
be8fd3ea19
commit
efcc28be02
@ -260,7 +260,7 @@ return [
|
||||
'field_count' => 'int',
|
||||
'host_info' => 'string',
|
||||
'info' => 'string',
|
||||
'insert_id' => 'mixed',
|
||||
'insert_id' => 'int',
|
||||
'protocol_version' => 'string',
|
||||
'server_info' => 'string',
|
||||
'server_version' => 'int',
|
||||
|
Loading…
x
Reference in New Issue
Block a user