9934
9934
'ReflectionClass::getConstructor' => ['ReflectionMethod|null'],
9935
9935
'ReflectionClass::getDefaultProperties' => ['array<string, mixed>'],
9936
9936
'ReflectionClass::getDocComment' => ['string|false'],
9937
- 'ReflectionClass::getEndLine' => ['int|false'],
9937
+ 'ReflectionClass::getEndLine' => ['positive- int|false'],
9938
9938
'ReflectionClass::getExtension' => ['ReflectionExtension|null'],
9939
9939
'ReflectionClass::getExtensionName' => ['string|false'],
9940
- 'ReflectionClass::getFileName' => ['string|false'],
9940
+ 'ReflectionClass::getFileName' => ['non-empty- string|false'],
9941
9941
'ReflectionClass::getInterfaceNames' => ['list<class-string>'],
9942
9942
'ReflectionClass::getInterfaces' => ['array<string, ReflectionClass>'],
9943
9943
'ReflectionClass::getMethod' => ['ReflectionMethod', 'name'=>'string'],
9951
9951
'ReflectionClass::getReflectionConstant' => ['ReflectionClassConstant|false', 'name'=>'string'],
9952
9952
'ReflectionClass::getReflectionConstants' => ['list<ReflectionClassConstant>'],
9953
9953
'ReflectionClass::getShortName' => ['string'],
9954
- 'ReflectionClass::getStartLine' => ['int|false'],
9954
+ 'ReflectionClass::getStartLine' => ['positive- int|false'],
9955
9955
'ReflectionClass::getStaticProperties' => ['array<string, mixed>'],
9956
9956
'ReflectionClass::getStaticPropertyValue' => ['mixed', 'name'=>'string', 'default='=>'mixed'],
9957
9957
'ReflectionClass::getTraitAliases' => ['array<string,string>'],
@@ -10012,18 +10012,18 @@
10012
10012
'ReflectionFunction::getClosureScopeClass' => ['ReflectionClass'],
10013
10013
'ReflectionFunction::getClosureThis' => ['bool'],
10014
10014
'ReflectionFunction::getDocComment' => ['string|false'],
10015
- 'ReflectionFunction::getEndLine' => ['int|false'],
10015
+ 'ReflectionFunction::getEndLine' => ['positive- int|false'],
10016
10016
'ReflectionFunction::getExtension' => ['ReflectionExtension|null'],
10017
10017
'ReflectionFunction::getExtensionName' => ['string|false'],
10018
- 'ReflectionFunction::getFileName' => ['string|false'],
10018
+ 'ReflectionFunction::getFileName' => ['non-empty- string|false'],
10019
10019
'ReflectionFunction::getName' => ['non-empty-string'],
10020
10020
'ReflectionFunction::getNamespaceName' => ['string'],
10021
10021
'ReflectionFunction::getNumberOfParameters' => ['int'],
10022
10022
'ReflectionFunction::getNumberOfRequiredParameters' => ['int'],
10023
10023
'ReflectionFunction::getParameters' => ['list<ReflectionParameter>'],
10024
10024
'ReflectionFunction::getReturnType' => ['?ReflectionType'],
10025
10025
'ReflectionFunction::getShortName' => ['string'],
10026
- 'ReflectionFunction::getStartLine' => ['int|false'],
10026
+ 'ReflectionFunction::getStartLine' => ['positive- int|false'],
10027
10027
'ReflectionFunction::getStaticVariables' => ['array'],
10028
10028
'ReflectionFunction::inNamespace' => ['bool'],
10029
10029
'ReflectionFunction::invoke' => ['mixed', '...args='=>'mixed'],
@@ -10041,18 +10041,18 @@
10041
10041
'ReflectionFunctionAbstract::getClosureScopeClass' => ['ReflectionClass|null'],
10042
10042
'ReflectionFunctionAbstract::getClosureThis' => ['object|null'],
10043
10043
'ReflectionFunctionAbstract::getDocComment' => ['string|false'],
10044
- 'ReflectionFunctionAbstract::getEndLine' => ['int|false'],
10044
+ 'ReflectionFunctionAbstract::getEndLine' => ['positive- int|false'],
10045
10045
'ReflectionFunctionAbstract::getExtension' => ['ReflectionExtension|null'],
10046
10046
'ReflectionFunctionAbstract::getExtensionName' => ['string|false'],
10047
- 'ReflectionFunctionAbstract::getFileName' => ['string|false'],
10047
+ 'ReflectionFunctionAbstract::getFileName' => ['non-empty- string|false'],
10048
10048
'ReflectionFunctionAbstract::getName' => ['non-empty-string'],
10049
10049
'ReflectionFunctionAbstract::getNamespaceName' => ['string'],
10050
10050
'ReflectionFunctionAbstract::getNumberOfParameters' => ['int'],
10051
10051
'ReflectionFunctionAbstract::getNumberOfRequiredParameters' => ['int'],
10052
10052
'ReflectionFunctionAbstract::getParameters' => ['list<ReflectionParameter>'],
10053
10053
'ReflectionFunctionAbstract::getReturnType' => ['?ReflectionType'],
10054
10054
'ReflectionFunctionAbstract::getShortName' => ['string'],
10055
- 'ReflectionFunctionAbstract::getStartLine' => ['int|false'],
10055
+ 'ReflectionFunctionAbstract::getStartLine' => ['positive- int|false'],
10056
10056
'ReflectionFunctionAbstract::getStaticVariables' => ['array'],
10057
10057
'ReflectionFunctionAbstract::hasReturnType' => ['bool'],
10058
10058
'ReflectionFunctionAbstract::inNamespace' => ['bool'],
0 commit comments