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

Add CURLStringFile in classmap delta

This commit is contained in:
Ishan Vyas 2021-10-03 12:09:13 +05:30 committed by GitHub
parent c052c30683
commit 75755ac4dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,6 +23,7 @@ return [
'imagecreatefromavif' => ['false|GdImage', 'filename'=>'string'],
'mysqli_fetch_column' => ['null|int|float|string|false', 'result'=>'mysqli_result', 'column='=>'int'],
'mysqli_result::fetch_column' => ['null|int|float|string|false', 'column='=>'int'],
'CURLStringFile::__construct' => ['void', 'data'=>'string', 'postname'=>'string', 'mime'=>'string'],
],
'changed' => [