1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-30 04:39:00 +01:00

Removed unexisting property mysqli::stat (#3501)

This commit is contained in:
Markus Staab 2020-05-30 23:03:04 +02:00 committed by GitHub
parent 76f5def268
commit 0e298a6f13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -265,7 +265,6 @@ return [
'server_info' => 'string',
'server_version' => 'int',
'sqlstate' => 'string',
'stat' => 'mixed',
'thread_id' => 'int',
'warning_count' => 'int',
],