|
10008 | 10008 | 'ReflectionFunction::__construct' => ['void', 'name'=>'string|Closure'],
|
10009 | 10009 | 'ReflectionFunction::__toString' => ['string'],
|
10010 | 10010 | 'ReflectionFunction::export' => ['string|null', 'name'=>'string', 'return='=>'bool'],
|
10011 |
| -'ReflectionFunction::getClosure' => ['?Closure'], |
| 10011 | +'ReflectionFunction::getClosure' => ['Closure'], |
10012 | 10012 | 'ReflectionFunction::getClosureScopeClass' => ['ReflectionClass'],
|
10013 | 10013 | 'ReflectionFunction::getClosureThis' => ['bool'],
|
10014 | 10014 | 'ReflectionFunction::getDocComment' => ['string|false'],
|
|
10074 | 10074 | 'ReflectionMethod::__construct\'1' => ['void', 'class_method'=>'string'],
|
10075 | 10075 | 'ReflectionMethod::__toString' => ['string'],
|
10076 | 10076 | 'ReflectionMethod::export' => ['string|null', 'class'=>'string', 'name'=>'string', 'return='=>'bool'],
|
10077 |
| -'ReflectionMethod::getClosure' => ['?Closure', 'object'=>'?object'], |
| 10077 | +'ReflectionMethod::getClosure' => ['Closure', 'object'=>'?object'], |
10078 | 10078 | 'ReflectionMethod::getDeclaringClass' => ['ReflectionClass'],
|
10079 | 10079 | 'ReflectionMethod::getModifiers' => ['int'],
|
10080 | 10080 | 'ReflectionMethod::getPrototype' => ['ReflectionMethod'],
|
|
0 commit comments