|
9645 | 9645 | 'ReflectionClass::getConstant' => ['mixed', 'name'=>'string'],
|
9646 | 9646 | 'ReflectionClass::getConstants' => ['array<string,mixed>'],
|
9647 | 9647 | 'ReflectionClass::getConstructor' => ['ReflectionMethod|null'],
|
9648 |
| -'ReflectionClass::getDefaultProperties' => ['array'], |
| 9648 | +'ReflectionClass::getDefaultProperties' => ['array<string, mixed>'], |
9649 | 9649 | 'ReflectionClass::getDocComment' => ['string|false'],
|
9650 | 9650 | 'ReflectionClass::getEndLine' => ['int|false'],
|
9651 | 9651 | 'ReflectionClass::getExtension' => ['ReflectionExtension|null'],
|
9652 | 9652 | 'ReflectionClass::getExtensionName' => ['string|false'],
|
9653 | 9653 | 'ReflectionClass::getFileName' => ['string|false'],
|
9654 |
| -'ReflectionClass::getInterfaceNames' => ['string[]'], |
| 9654 | +'ReflectionClass::getInterfaceNames' => ['array<int, string>'], |
9655 | 9655 | 'ReflectionClass::getInterfaces' => ['array<string, ReflectionClass>'],
|
9656 | 9656 | 'ReflectionClass::getMethod' => ['ReflectionMethod', 'name'=>'string'],
|
9657 |
| -'ReflectionClass::getMethods' => ['ReflectionMethod[]', 'filter='=>'int'], |
| 9657 | +'ReflectionClass::getMethods' => ['array<int, ReflectionMethod>', 'filter='=>'int'], |
9658 | 9658 | 'ReflectionClass::getModifiers' => ['int'],
|
9659 | 9659 | 'ReflectionClass::getName' => ['class-string'],
|
9660 | 9660 | 'ReflectionClass::getNamespaceName' => ['string'],
|
9661 | 9661 | 'ReflectionClass::getParentClass' => ['ReflectionClass|false'],
|
9662 |
| -'ReflectionClass::getProperties' => ['ReflectionProperty[]', 'filter='=>'int'], |
| 9662 | +'ReflectionClass::getProperties' => ['array<int, ReflectionProperty>', 'filter='=>'int'], |
9663 | 9663 | 'ReflectionClass::getProperty' => ['ReflectionProperty', 'name'=>'string'],
|
9664 | 9664 | 'ReflectionClass::getReflectionConstant' => ['ReflectionClassConstant|false', 'name'=>'string'],
|
9665 | 9665 | 'ReflectionClass::getReflectionConstants' => ['array<int,ReflectionClassConstant>'],
|
9666 | 9666 | 'ReflectionClass::getShortName' => ['string'],
|
9667 | 9667 | 'ReflectionClass::getStartLine' => ['int|false'],
|
9668 |
| -'ReflectionClass::getStaticProperties' => ['ReflectionProperty[]'], |
| 9668 | +'ReflectionClass::getStaticProperties' => ['array<string, mixed>'], |
9669 | 9669 | 'ReflectionClass::getStaticPropertyValue' => ['mixed', 'name'=>'string', 'default='=>'mixed'],
|
9670 | 9670 | 'ReflectionClass::getTraitAliases' => ['array<string,string>'],
|
9671 | 9671 | 'ReflectionClass::getTraitNames' => ['array<int,string>'],
|
|
0 commit comments