1
0
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:
Markus Staab 2020-06-01 00:53:30 +02:00 committed by GitHub
parent be8fd3ea19
commit efcc28be02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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