mirror of
https://github.com/danog/psalm.git
synced 2024-11-30 04:39:00 +01:00
Fix histories
This commit is contained in:
parent
ff72d2c92e
commit
babfb6a637
@ -3173,7 +3173,7 @@ return [
|
||||
'fdf_set_target_frame' => ['bool', 'fdf_document'=>'resource', 'frame_name'=>'string'],
|
||||
'fdf_set_value' => ['bool', 'fdf_document'=>'resource', 'fieldname'=>'string', 'value'=>'mixed', 'isname='=>'int'],
|
||||
'fdf_set_version' => ['bool', 'fdf_document'=>'resource', 'version'=>'string'],
|
||||
'fdiv' => ['float', 'dividend'=>'float', 'divisor'=>'float'],
|
||||
'fdiv' => ['float', 'num1'=>'float', 'num2'=>'float'],
|
||||
'feof' => ['bool', 'stream'=>'resource'],
|
||||
'fflush' => ['bool', 'stream'=>'resource'],
|
||||
'ffmpeg_animated_gif::__construct' => ['void', 'output_file_path'=>'string', 'width'=>'int', 'height'=>'int', 'frame_rate'=>'int', 'loop_count='=>'int'],
|
||||
@ -10138,7 +10138,7 @@ return [
|
||||
'phpdbg_prompt' => ['void', 'string'=>'string'],
|
||||
'phpdbg_start_oplog' => ['void'],
|
||||
'phpinfo' => ['bool', 'flags='=>'int'],
|
||||
'PhpToken::getAll' => ['list<PhpToken>', 'code'=>'string', 'flags='=>'int'],
|
||||
'PhpToken::tokenize' => ['list<PhpToken>', 'code'=>'string', 'flags='=>'int'],
|
||||
'PhpToken::is' => ['bool', 'kind'=>'string|int|string[]|int[]'],
|
||||
'PhpToken::isIgnorable' => ['bool'],
|
||||
'PhpToken::getTokenName' => ['string'],
|
||||
@ -11283,6 +11283,7 @@ return [
|
||||
'ReflectionClass::__construct' => ['void', 'argument'=>'object|class-string'],
|
||||
'ReflectionClass::__toString' => ['string'],
|
||||
'ReflectionClass::export' => ['?string', 'argument'=>'string|object', 'return='=>'bool'],
|
||||
'ReflectionClass::getAttributes' => ['list<ReflectionAttribute>', 'name='=>'?string', 'flags='=>'int'],
|
||||
'ReflectionClass::getConstant' => ['mixed', 'name'=>'string'],
|
||||
'ReflectionClass::getConstants' => ['array<string,mixed>', 'filter=' => '?int'],
|
||||
'ReflectionClass::getConstructor' => ['?ReflectionMethod'],
|
||||
@ -11336,6 +11337,7 @@ return [
|
||||
'ReflectionClassConstant::__construct' => ['void', 'class'=>'mixed', 'name'=>'string'],
|
||||
'ReflectionClassConstant::__toString' => ['string'],
|
||||
'ReflectionClassConstant::export' => ['string', 'class'=>'mixed', 'name'=>'string', 'return='=>'bool'],
|
||||
'ReflectionClassConstant::getAttributes' => ['list<ReflectionAttribute>', 'name='=>'?string', 'flags='=>'int'],
|
||||
'ReflectionClassConstant::getDeclaringClass' => ['ReflectionClass'],
|
||||
'ReflectionClassConstant::getDocComment' => ['string|false'],
|
||||
'ReflectionClassConstant::getModifiers' => ['int'],
|
||||
@ -11394,6 +11396,7 @@ return [
|
||||
'ReflectionFunctionAbstract::__clone' => ['void'],
|
||||
'ReflectionFunctionAbstract::__toString' => ['string'],
|
||||
'ReflectionFunctionAbstract::export' => ['?string'],
|
||||
'ReflectionFunctionAbstract::getAttributes' => ['list<ReflectionAttribute>', 'name='=>'?string', 'flags='=>'int'],
|
||||
'ReflectionFunctionAbstract::getClosureScopeClass' => ['ReflectionClass|null'],
|
||||
'ReflectionFunctionAbstract::getClosureThis' => ['object|null'],
|
||||
'ReflectionFunctionAbstract::getDocComment' => ['string|false'],
|
||||
@ -11535,6 +11538,7 @@ return [
|
||||
'ReflectionParameter::allowsNull' => ['bool'],
|
||||
'ReflectionParameter::canBePassedByValue' => ['bool'],
|
||||
'ReflectionParameter::export' => ['?string', 'function'=>'string', 'parameter'=>'string', 'return='=>'bool'],
|
||||
'ReflectionParameter::getAttributes' => ['list<ReflectionAttribute>', 'name='=>'?string', 'flags='=>'int'],
|
||||
'ReflectionParameter::getClass' => ['?ReflectionClass'],
|
||||
'ReflectionParameter::getDeclaringClass' => ['?ReflectionClass'],
|
||||
'ReflectionParameter::getDeclaringFunction' => ['ReflectionFunctionAbstract'],
|
||||
@ -11555,6 +11559,7 @@ return [
|
||||
'ReflectionProperty::__construct' => ['void', 'class'=>'', 'name'=>'string'],
|
||||
'ReflectionProperty::__toString' => ['string'],
|
||||
'ReflectionProperty::export' => ['?string', 'class'=>'mixed', 'name'=>'string', 'return='=>'bool'],
|
||||
'ReflectionProperty::getAttributes' => ['list<ReflectionAttribute>', 'name='=>'?string', 'flags='=>'int'],
|
||||
'ReflectionProperty::getDeclaringClass' => ['ReflectionClass'],
|
||||
'ReflectionProperty::getDocComment' => ['string|false'],
|
||||
'ReflectionProperty::getModifiers' => ['int'],
|
||||
@ -11573,6 +11578,7 @@ return [
|
||||
'ReflectionType::__clone' => ['void'],
|
||||
'ReflectionType::__toString' => ['string'],
|
||||
'ReflectionType::allowsNull' => ['bool'],
|
||||
'ReflectionUnionType::getTypes' => ['list<ReflectionNamedType>'],
|
||||
'ReflectionZendExtension::__clone' => ['void'],
|
||||
'ReflectionZendExtension::__construct' => ['void', 'name'=>'string'],
|
||||
'ReflectionZendExtension::__toString' => ['string'],
|
||||
|
@ -6106,6 +6106,7 @@ return [
|
||||
'ReflectionNamedType::__toString' => ['string'],
|
||||
'ReflectionNamedType::allowsNull' => ['bool'],
|
||||
'ReflectionNamedType::getName' => ['string'],
|
||||
'ReflectionNamedType::isBuiltin' => ['bool'],
|
||||
'ReflectionObject::__clone' => ['void'],
|
||||
'ReflectionObject::__construct' => ['void', 'argument'=>'object'],
|
||||
'ReflectionObject::__toString' => ['string'],
|
||||
@ -12834,6 +12835,7 @@ return [
|
||||
'mb_ereg_search_setpos' => ['bool', 'offset'=>'int'],
|
||||
'mb_eregi' => ['int|false', 'pattern'=>'string', 'string'=>'string', '&w_matches='=>'array'],
|
||||
'mb_eregi_replace' => ['string|false', 'pattern'=>'string', 'replacement'=>'string', 'string'=>'string', 'options='=>'string'],
|
||||
'mb_get_info' => ['array|string|int|false', 'type='=>'string'],
|
||||
'mb_http_input' => ['string|false', 'type='=>'string'],
|
||||
'mb_http_output' => ['string|bool', 'encoding='=>'string'],
|
||||
'mb_internal_encoding' => ['string|bool', 'encoding='=>'string'],
|
||||
|
Loading…
Reference in New Issue
Block a user