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:
parent
c052c30683
commit
75755ac4dc
@ -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' => [
|
||||
|
Loading…
Reference in New Issue
Block a user