mirror of
https://github.com/danog/psalm.git
synced 2024-12-04 18:48:03 +01:00
Merge pull request #6574 from ishanvyas22/add-CURLStringFile-class
Add CURLStringFile class
This commit is contained in:
commit
8360f0bb2f
@ -1701,6 +1701,7 @@ return [
|
||||
'CURLFile::getPostFilename' => ['string'],
|
||||
'CURLFile::setMimeType' => ['void', 'mime'=>'string'],
|
||||
'CURLFile::setPostFilename' => ['void', 'name'=>'string'],
|
||||
'CURLStringFile::__construct' => ['void', 'data'=>'string', 'postname'=>'string', 'mime='=>'string'],
|
||||
'current' => ['mixed|false', 'array'=>'array|object'],
|
||||
'cyrus_authenticate' => ['void', 'connection'=>'resource', 'mechlist='=>'string', 'service='=>'string', 'user='=>'string', 'minssf='=>'int', 'maxssf='=>'int', 'authname='=>'string', 'password='=>'string'],
|
||||
'cyrus_bind' => ['bool', 'connection'=>'resource', 'callbacks'=>'array'],
|
||||
|
@ -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