|
9934 | 9934 | 'ReflectionClass::getConstructor' => ['ReflectionMethod|null'], |
9935 | 9935 | 'ReflectionClass::getDefaultProperties' => ['array<string, mixed>'], |
9936 | 9936 | 'ReflectionClass::getDocComment' => ['string|false'], |
9937 | | -'ReflectionClass::getEndLine' => ['0|positive-int|false'], |
| 9937 | +'ReflectionClass::getEndLine' => ['positive-int|false'], |
9938 | 9938 | 'ReflectionClass::getExtension' => ['ReflectionExtension|null'], |
9939 | 9939 | 'ReflectionClass::getExtensionName' => ['string|false'], |
9940 | 9940 | 'ReflectionClass::getFileName' => ['non-empty-string|false'], |
|
9951 | 9951 | 'ReflectionClass::getReflectionConstant' => ['ReflectionClassConstant|false', 'name'=>'string'], |
9952 | 9952 | 'ReflectionClass::getReflectionConstants' => ['list<ReflectionClassConstant>'], |
9953 | 9953 | 'ReflectionClass::getShortName' => ['string'], |
9954 | | -'ReflectionClass::getStartLine' => ['0|positive-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 | 10012 | 'ReflectionFunction::getClosureScopeClass' => ['ReflectionClass'], |
10013 | 10013 | 'ReflectionFunction::getClosureThis' => ['bool'], |
10014 | 10014 | 'ReflectionFunction::getDocComment' => ['string|false'], |
10015 | | -'ReflectionFunction::getEndLine' => ['0|positive-int|false'], |
| 10015 | +'ReflectionFunction::getEndLine' => ['positive-int|false'], |
10016 | 10016 | 'ReflectionFunction::getExtension' => ['ReflectionExtension|null'], |
10017 | 10017 | 'ReflectionFunction::getExtensionName' => ['string|false'], |
10018 | 10018 | 'ReflectionFunction::getFileName' => ['non-empty-string|false'], |
|
10023 | 10023 | 'ReflectionFunction::getParameters' => ['list<ReflectionParameter>'], |
10024 | 10024 | 'ReflectionFunction::getReturnType' => ['?ReflectionType'], |
10025 | 10025 | 'ReflectionFunction::getShortName' => ['string'], |
10026 | | -'ReflectionFunction::getStartLine' => ['0|positive-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 | 10041 | 'ReflectionFunctionAbstract::getClosureScopeClass' => ['ReflectionClass|null'], |
10042 | 10042 | 'ReflectionFunctionAbstract::getClosureThis' => ['object|null'], |
10043 | 10043 | 'ReflectionFunctionAbstract::getDocComment' => ['string|false'], |
10044 | | -'ReflectionFunctionAbstract::getEndLine' => ['0|positive-int|false'], |
| 10044 | +'ReflectionFunctionAbstract::getEndLine' => ['positive-int|false'], |
10045 | 10045 | 'ReflectionFunctionAbstract::getExtension' => ['ReflectionExtension|null'], |
10046 | 10046 | 'ReflectionFunctionAbstract::getExtensionName' => ['string|false'], |
10047 | 10047 | 'ReflectionFunctionAbstract::getFileName' => ['non-empty-string|false'], |
|
10052 | 10052 | 'ReflectionFunctionAbstract::getParameters' => ['list<ReflectionParameter>'], |
10053 | 10053 | 'ReflectionFunctionAbstract::getReturnType' => ['?ReflectionType'], |
10054 | 10054 | 'ReflectionFunctionAbstract::getShortName' => ['string'], |
10055 | | -'ReflectionFunctionAbstract::getStartLine' => ['0|positive-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